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
  • 798 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
  • 859 Views
  • 2 replies
  • 0 kudos

STM8L101xx Usart Rx Interrupt Problem

Posted on January 20, 2012 at 15:43Hi i have problem about Usart interrupt . I checked everything i use RFI interface for transmit and receive data. I can transmit data correctly(i checked with USBee) but my mcu not calculate receive data. Problem c...

STM8S-Discovery ST-Link Error [30200]

Posted on February 15, 2012 at 15:17 STM8S-Discovery ST-Link error [30200]   Investigating some problems with ST-Link not found errors [30200], I found with MS USB Device Viewer ( http://www.ftdichip.com/Resources/Utilities/usbview.zip), t...

STM8S-Discovery

Posted on February 15, 2012 at 15:01 Investigating some problems with ST-Link not found errors [30200], I found with MS USB Device Viewer ( http://www.ftdichip.com/Resources/Utilities/usbview.zip), that the STM8S-Discovery Device Descriptor seems ...

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

use debuger of stm32 discovery

Posted on February 10, 2012 at 04:53Can I use debuger of stm32 discovery to programming for external stm8 MCU? Tks for help

np1 by Associate II
  • 348 Views
  • 1 replies
  • 0 kudos

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

STM8L152 gdb integration in Eclipse

Posted on January 27, 2012 at 15:41Hi, I'm developing and compiling my STM8L152 sources under Eclipse Indigo, but for the application debug I use STVD. Is it possibile to debug application directly from Eclipse ?I've tried to set-up gdb7 (7.2) for S...

mnsacro by Associate
  • 292 Views
  • 0 replies
  • 0 kudos

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