openocd
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-05-22 9:19 AM
Posted on May 22, 2015 at 18:19
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 #stm8
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-05-29 2:29 PM
Posted on May 29, 2015 at 23:29
I use Valentin
Dudouyt
's stm8flash (https://github.com/vdudouyt/stm8flash). There is no debugging support though. PhilippOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-06-08 3:56 AM
Posted on June 08, 2015 at 12:56
Hi Philipp,
yes, we ended up with stm8flash and sdcc and UART / pin debugging.
Cheers,
Torsten
