baoshi / CubeMX2Makefile

STM32CubeMX project to Makefile converter
152 stars 52 forks source link

Support firmware download using st-util #27

Open master-q opened 7 years ago

master-q commented 7 years ago

https://github.com/texane/stlink

  1. On terminal A, run "sudo st-util".
  2. On terminal B, run "make && make gdbwrite" on project directory.
  3. On terminal B, you should see GDB prompt.
  4. On terminal B, you can continue STM32Cube application with type "c" on GDB prompt".