Skip to content

Highlevel pacakge to play with f3 discovery board using nim lang

License

Notifications You must be signed in to change notification settings

tekjar/nim-f3discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nim-f3discovery

Highlevel pacakge to play with f3 discovery board using nim lang

DEMO INSTRUCTIONS


  • Clone this repo run these commands to setup the directory for development
make download
make initialize
make cube

Also change NIM_PATH to your nim installation path in Makefile

  • Compile blinky
nim c -c --gc:none --cpu:arm --os:standalone --deadCodeElim:on --dynlibOverride:stm32f3 blinky.nim
  • Create binary to flash from generated c sources
make
  • Flash
st-flash write blinky.bin 0x8000000

About

Highlevel pacakge to play with f3 discovery board using nim lang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published