Skip to content

ooops-t/stm32f4-rtems-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTEMS demo for stm32f4-disco

How to build

./waf configure --prefix=<sdk path> --rtems-bsps=arm/stm32f4

How to generate binary code

arm-rtems6-objcopy -O binary build/arm-rtems6-stm32f4/hello.exe build/arm-rtems6-stm32f4/hello.bin

How to program target device

openocd -f openocd.cfg -c 'init' -c 'targets' -c 'reset init'  -c 'program build/arm-rtems6-stm32f4/hello.bin erase verify reset 0x08000000' -c 'reset run'

About

RTEMS Realtime system application for stm32f4discory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published