Posted on January 09, 2012 at 10:54
Please help me about
I use STM8S207
for HSI : I use UART3. I can be control it normally.
with follow code -->
UART3_DeInit();
UART3_Init((u32)9600, UART3_WORDLENGTH_8D, UART3_STOPBITS_1,UAR...
Posted on May 19, 2012 at 11:07
From I tried, it work if use Fosc external @24MHz, if use freq is not equal 24 MHz will be not wok.
So, we have to change a freq. of external crystal at file ''stm8s.h'' follow :
#if !defined HSE_Value
#...