CubeMX2Makefile icon indicating copy to clipboard operation
CubeMX2Makefile copied to clipboard

Support firmware download using st-util

Open master-q opened this issue 8 years ago • 0 comments

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".

master-q avatar Feb 13 '17 10:02 master-q