Skip to content

The Arduboy3D game was ported to the STM32F411CEU6, using the HAL library, making it easy to be transferred to other STM32 microcontrollers.

Notifications You must be signed in to change notification settings

CNVHK/Arduboy3D-On-STM32F4

Repository files navigation

把Arduboy3D这个游戏移植到了STM32F411CEU6上,使用HAL库开发,方便移植到其它STM32单片机上。

演示

视频链接:STM32 移植Arduboy3D

编译和烧录

使用Openocd烧录代码,下载器我选择的是STLink V2,请根据自己的情况选择正确的下载器。

打开终端后输入下面命令: 编译:
cube-cmake --build ./build/Debug --
烧录:
openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg -c 'program build/Debug/Arduboy3DGame.elf verify reset exit' -c 'adapter speed 2000'

源项目:https://github.com/jhhoward/Arduboy3D

About

The Arduboy3D game was ported to the STM32F411CEU6, using the HAL library, making it easy to be transferred to other STM32 microcontrollers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published