[Sdcc-user] Tutorials for STM8 and MCS-51 development using the Small Device C Compiler for various boards

2017-01-01 Thread Philipp Klaus Krause
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

Re: [Sdcc-user] Tutorials for STM8 and MCS-51 development using the Small Device C Compiler for various boards

2017-01-01 Thread Augusto Fraga Giachero
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

Re: [Sdcc-user] Tutorials for STM8 and MCS-51 development using the Small Device C Compiler for various boards

2017-01-01 Thread Philipp Klaus Krause
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

Re: [Sdcc-user] Tutorials for STM8 and MCS-51 development using the Small Device C Compiler for various boards

2017-01-01 Thread Augusto Fraga Giachero
> 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