Re: [atomthreads] AtomThreads on STM8L?
- From:
- Kelvin Lawson
- Date:
- 2010-10-03 @ 21:54
Hi Spencer,
The actual kernel port is fairly simple and does not rely on much from
a peripheral point of view except a timer (I used TIM1). For debugging
the port uses a UART (for text output) and a GPIO to flash a LED. I'm
not familiar with the STM8L but I would hope that these peripherals
are pretty similar to the STM8S. I dropped in the standard ST
peripheral library for STM8S so it ought to be possible to do the same
with the STM8L peripheral library (and hopefully even settle on a
single library if the few peripherals used have common programming
interfaces).
I'd be very interested to hear your experience with it and if any code
changes are necessary will put them into the core release.
Thanks,
Kelvin.
On 30 September 2010 21:38, Spencer Russell <srussell@bulogics.com> wrote:
> I notice that your STM8 port seems to rely on the STM8S peripheral
library from ST.
>
> Do you know if this will run on an STM8L? I haven't used an S-series
part before, so before I did the research to find out how compatible they
are I figured I'd ask.
>
> -Spencer
>