Based on my experience in getting started with various STM8 and MCS-51
boards, I wrote a few simple tutorials to help others. They use free
tools only. For various evaluation boards there are three simple demos:
1) LED counter controlled by timer
2) Serial output
3) Dhrystone / Whetstone benchmark
Well done!
Do you have any hint on how to debug STM8 targets with free tools?
On 01-01-2017 07:54, Philipp Klaus Krause wrote:
> Based on my experience in getting started with various STM8 and MCS-51
> boards, I wrote a few simple tutorials to help others. They use free
> tools only. For various
On 01.01.2017 16:11, Augusto Fraga Giachero wrote:
> Well done!
>
> Do you have any hint on how to debug STM8 targets with free tools?
SDCC can generate ELF with DWARF. AFAIK, ST has a gdb fork that could be
used for debugging (I've read they ship it with ST Visual develop).
AFAIK some people go
> SDCC can generate ELF with DWARF. AFAIK, ST has a gdb fork that could be
> used for debugging (I've read they ship it with ST Visual develop).
> AFAIK some people got that combination to work. But I haven't read about
> any successes in getting the gdb source code from ST (there are posts
> abou