Skip to content

chienhung-lin/stm32f429-disco-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A start up project based on STM32F429I-Discovery

Enviroment

  • Ubuntu 20.04 LTS
  • gcc-arm-none-abi
  • binutils-arm-none-abi
  • gdb-multiarch
  • gef(gdb enchanced script)
  • openocd
  • qemu-system-mcueclipse
  • make

Enviroment Set Up

  • gnu tool-chains & gnu debugger
$ sudo apt-get install gcc-arm-none-abi binutils-arm-none-abi gdb-multiarch
  • qemu-arm-mcueclipse

qemu-arm-mcueclipse is a branch of offical QEMU, and it is under the xPack Project. It supports emulations of stm32fxx to stmf4xx SoC and relevent boards, including Nucleo and Discovery. The functions of emulating stm32f4 series is not supported fully than stm32f0 ones, but it is still enough to test basically program such as blinky led or rtos task switch demo. The more informations are in the xPack QEMU Arm.

Resources

  • STM32CubeF4

References

Repos

About

a startup embedded project on stm32f429 discovery board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published