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

STM8S discovery board - Watchdog timer not working?

Posted on February 27, 2014 at 22:13Dear,I am playing around with the STM8S discovery board using STM8S003K3 MCU. I have done with GPIO, timer, ADC, UART, and now I am trying to work with Independent watchdog timer.In the init() function, I have:CLK...

thaip by Associate
  • 459 Views
  • 0 replies
  • 0 kudos

Software USB on STM8S

Posted on February 22, 2014 at 14:34I wrote a program receiving and transmitting data to the microcontroller STM8 (Tested on STM8S103F3)But so far not implemented in full support of the protocol itself USB :( Source code and description in Russian ...

STM8SVLDISCOVERY ARM FIRMWARE please

Posted on February 21, 2014 at 05:11Hi, someone already asked for example code of how to program stm8 via swim...  More specific way that ST can help is post the code that went into the STM32 chip on the STM8SVL discovery board... Then we could just...

pete2399 by Associate II
  • 589 Views
  • 0 replies
  • 0 kudos

Cosmic 32K compiler for STM8

Posted on February 04, 2014 at 14:31My STM8 Cosmic compiler (32K limited) does not work anymore because it seems that the free licence is out of date (but it isn't: it will run out August 2014). Compiler Error is: '' </p>   #error cpstm8 C:\Programm...

IAR Kickstart STM8L05 EEPROM

Posted on February 04, 2014 at 11:50Hi I'm using the 8K limited IAR Kickstart compiler on the STM8L051F3 (8K) I'm using EEPROM and get the following 3 Linker errors Error[Li005]: no definition for ''__eeprom_program_byte'' [referenced from eeprom_ut...

Andre1 by Associate II
  • 1172 Views
  • 5 replies
  • 0 kudos

STM8 Firmware Library (TIM1) bug

Posted on February 04, 2014 at 21:01I think there's a bug in TIM1_OC4Init function of stm8s_tim1.c     /* Set the Output Idle state */     if (TIM1_OCIdleState != TIM1_OCIDLESTATE_RESET)     {         TIM1->OISR |= (uint8_t)(~TIM1_CCER2_CC4P);     }...

rgresume by Associate
  • 544 Views
  • 0 replies
  • 0 kudos

UNABLE TO MODIFY EEPROM

Posted on February 03, 2014 at 12:57Hello,I am having issues writing data into EEPROM of Stm8s003K3. I am using Stm8s Discovery development board and IAR IDE.I know the algorithm of unlocking the eeprom.I have attached the code I am using. The probl...