rtc
Posted on February 23, 2012 at 23:15HelloI'm using STM8l discovery kit ,and I want to use RTC to have real time of some events,but I want to get accuracy of millisecond not just second(I dont find anything about it in RTC lib),how can I have it?
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on February 23, 2012 at 23:15HelloI'm using STM8l discovery kit ,and I want to use RTC to have real time of some events,but I want to get accuracy of millisecond not just second(I dont find anything about it in RTC lib),how can I have it?
Posted on February 21, 2012 at 12:20I plan to do 8bit 128 samples FFT with STM8 16Mhz MCU. For my application? only 14 ms for FFT.Does ST offer STM8 FFT module, or anyone can guide me to the optimized STM8 FFT software module. #stm8-fft-asm
Posted on February 13, 2012 at 16:01Hi! I have a probem with a simple software that I've wrote to learn to use timers.This is the code that I've used.&sharpinclude ''stm8l15x.h''main(){ TIM4_DeInit(); TIM4_TimeBaseInit(TIM4_Prescaler_2048, 200); T...
Posted on February 09, 2012 at 20:15I'm using IAR EWSTM8 1.30.2 Kickstart to compile a STM8S003F project. USE_STDPERIPH_DRIVER is defined and I use the library. The software works fine, but I have seen in the output executable (HEX, binary, ELF...) ...
Posted on February 09, 2012 at 11:57Hi, I'm running windows 7 64 bit, my target is STM8S103F2U. STVD gives me this error when trying to debug: ''failed to download application: error: swim error [30103]: rlink communication error''. Rlink does no...
Posted on January 19, 2012 at 10:27Hello.I am new for this CPU. I use the discovery board to test my SW.I use 3 pin on GPIOA pin 1 2 and 3:GPIO_Init(THRUSTER_STATE, BOW_STATE , GPIO_MODE_IN_PU_IT); // PullUp input with interruptGPIO_Init(THRUSTER_ST...
Posted on December 30, 2011 at 16:00 Hi there ! I am a newbiein ST microcontroller. 1) Tobeginning, I bought : * A http://www.st.com/internet/evalboard/product/251jsp (with a stm8l101K3 MCU) * A http://www.raison...
Posted on January 05, 2012 at 18:31regards to all. I have installed stvd ver 4.3.0 and free cosmic C compiler,the problem is that i can notopen anyfiles of the project to edit,the IDE hangs with lost functionality. There is a solution to this probl...
Posted on January 05, 2012 at 15:54Hello, The SM8S-Discovery are crashing after some time of use. The ''ST Visual Develop'' give the error ''Error : Cannot communicate with the board''. After the first time that the error happens, the board beco...
Posted on January 21, 2011 at 08:27Hello, I use the ST Visual Develop IDE together with the Cosmic Compiler and the STM8L-Discovery. Everything seems to work fine, besides the debug function. When I try to start debugging I get the following error m...