STM8 MCUs

Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm8 FFT ASM optimized function

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

lzyos by Associate II
  • 831 Views
  • 0 replies
  • 0 kudos

Counter TIM4

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...

karl246 by Associate
  • 900 Views
  • 2 replies
  • 0 kudos

IAR EWSTM8 problem: filename strings in binary output executable

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...) ...

STVD 4.3.1 : swim error [30103]

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...

STM8S003F3 & GPIOA

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...

Hello world example

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...

gege089 by Associate
  • 1047 Views
  • 2 replies
  • 0 kudos

stvd ver 4.3.0 not open file of project

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...

''Error : Cannot communicate with the board'' after some use of it

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...

mob by Associate
  • 495 Views
  • 0 replies
  • 0 kudos

STM8L-Discovery Debugging

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...

stm8 by Associate II
  • 3213 Views
  • 10 replies
  • 0 kudos