2015-05-22 09:19 AM
Hello,
I try to integrate a STM8 into an existing projects build system. I need basic support to flash a controller and ideally some basic debugging support. I've managed to do this for a STM32 controller with openocd. Does someone of you managed to setup openocd for stm8? What other options do I have if my development platform is not windows and I want to use tools with a command line interface?TIATorsten #openocd #flash #debug #stm82015-05-29 02:29 PM
I use Valentin
Dudouyt
's stm8flash (https://github.com/vdudouyt/stm8flash). There is no debugging support though. Philipp2015-06-08 03:56 AM
Hi Philipp,
yes, we ended up with stm8flash and sdcc and UART / pin debugging.
Cheers,
Torsten