CubeMX2Makefile
CubeMX2Makefile copied to clipboard
Support firmware download using st-util
https://github.com/texane/stlink
- On terminal A, run "sudo st-util".
- On terminal B, run "make && make gdbwrite" on project directory.
- On terminal B, you should see GDB prompt.
- On terminal B, you can continue STM32Cube application with type "c" on GDB prompt".