STM8A Boot ROM
Posted on June 18, 2008 at 08:23STM8A Boot ROM
Posted on June 18, 2008 at 08:23STM8A Boot ROM
Posted on May 25, 2008 at 11:51STVP Programming failed error
Posted on April 09, 2008 at 09:38STM8 toolchain
Posted on January 07, 2010 at 03:43Welcome to the STM8A forum
Posted on May 17, 2011 at 10:56I would like to check pwm signal but it don't find any signal help me please #include ''stm8s.h'' void main(void) { CLK->SWR = 0xB4 ; while((CLK->SWCR&0x08) == 0){}; CLK->SWCR&=0xF7; CLK->SWCR |= 0x02 ; CLK->CMSR = 0x...
Posted on January 31, 2009 at 07:23New RTOS available for the STM32 family
Posted on May 15, 2011 at 19:19Hello, At the beginning, I must say that I am a beginner in microcontrolers... I have to project GPS speedometer device based on stm8s discovery, LCD(nokia 3310), GPS module and some kayboard, I have all the parts, but...
Posted on May 12, 2011 at 22:51CAN Problems with STM32 and STM8S
Posted on June 24, 2010 at 10:36Hello i'm port uart2 polling receive data from hyperterminal it's ok. but i need use uart2 receive data with interrupt? TIM3_DeInit(); TIM3_TimeBaseInit(TIM3_PRESCALER_1,0xFFFF); TIM3_ITConfig(TIM3_IT_UPDATE...
Posted on April 24, 2011 at 23:47Hi.Today I started playing with the STM8-DISCOVERY board, and I tried the RS232/UART example from your website: http://www.st.com/internet/com/SOFTWARE_RESOURCES/SW_COMPONENT/FIRMWARE/um0884.zipAfter having installed...