Posted on October 29, 2015 at 10:08I am working on STM8S3F3P , when i tried to standard peripheral for this microcontroller i keep getting error that select predetermined chip from STM/A.Is there any tutorial to learn this..
Posted on October 29, 2015 at 10:00
I am new to STM
I have written following code in iar but couldn't able to receive from uart.
//
// This program shows how you can output a message on the UART on
// the STM8S microcontroller.
//
// T...