2021-01-26 10:02 PM
Hello All,
We are designing a battery operated device for that we have selected STM8L051F3 MCU,
For development we have ordered NUCLEO-8L152R8 board, and after wards we will port the same code for STM8L051F3 MCU. (Please help if any Better suggestions)
With respect to the selected development Kit and MCU we have downloaded the following tools
I am somewhat familiar to STM32 tools (viz Atollic, STM32CubeMX), However i am new to STM8L development.
Tough tools for the STM8L look similar i just would request you to please help we with any study or user guides if available for STM8L development, so that it helps me in my development.
I also tried to search on ST Micro's website for the study material but i wasn't able to find the right content to start off with so I request you to plaese help me with the same.
Also in the mean time i am checking the contents on the help section of STM8CubeMX and ST Visual Develop and have downloaded en.stsw_stm8016 library.
Please help me with right guides at the earliest to start my development.
Looking forward for your positive response
Thanks and regards
Utkarsh
2021-11-09 04:47 PM
THanks, buddy!
I am having the same issue, was here to post about.
2021-12-21 10:37 AM
Some basic tutorials for getting started with the NUCLEO-8L152R8 board:
Set up a timer to blink a LED at at 1 Hz: http://www.colecovision.eu/stm8/NUCLEO-8L152R8%20LED.shtml
Serial I/O: http://www.colecovision.eu/stm8/NUCLEO-8L152R8%20Serial.shtml
Benchmarks: http://www.colecovision.eu/stm8/NUCLEO-8L152R8%20Benchmarks.shtml
These all use FOSS tools (not the ST Visual stuff).