2016-08-30 01:07 AM
Hi, I'm trying to find some code examples I can run though using the STM8L152C6 micro. I'm new to this so I wanted some proven code I can step though and make sure I understand all of the commands, can anyone point me in the right direction please? cheers
2016-09-07 12:02 AM
Hello,
Have you had a look at the standard peripheral library for the STM8L series? Apart from the library there are also examples for each peripheral. There might be bugs mind and you maybe wise to use direct register writes as opposed to the library when you gain more confidence etc. Hope that helps. Ian2016-09-08 02:21 PM
See
http://www.colecovision.eu/stm8/L-Discovery%20LED.shtml
andhttp://www.colecovision.eu/stm8/STM8L-DISCOVERY%20Serial.shtml
Philipp