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

STM8L I²C problem with BTF

Posted on January 28, 2015 at 10:50Hi folks I've been debugging some code written by someone who susequently left the project, so I can't ask him... The code in question runs on an STM8L151G4, and concerns using it as an I²C slave, using interrupts...

jro by Associate III
  • 440 Views
  • 0 replies
  • 0 kudos

Device Die ID

Posted on January 20, 2015 at 10:17Hi All,Anyone can tell me please of the partnumber of MCU with the following details. Device Die ID is: 0x67671003Device Unique ID is 0x800600190B4730313683734If link is available for this information. Please let m...

edmon by Associate
  • 470 Views
  • 0 replies
  • 0 kudos

Halt Mode of STM8S

Posted on January 17, 2015 at 12:01Hello Friends,I am working with STM8S to develop Remote Control.So, I want that my STM consume low power during halt mode & it will wake up based on GPIOC (switch) Interrupt.sw press = remote send on commandsw pres...

hardip by Associate II
  • 975 Views
  • 0 replies
  • 0 kudos

STM8L152C6T6 USART1 Interrupt mode

Posted on January 13, 2015 at 08:22Hi,I am trying to transfer and read data from USART1 in interrupt mode but failed to do so. I successfully communicated with the polled method. I am not able to run any interrupt.No interrupt is executed as I write...

sushil by Associate II
  • 452 Views
  • 0 replies
  • 0 kudos

RAM Size config

Posted on January 12, 2015 at 11:39Hi STM8 master,One quick question about the STM8 RAM size changeI checked the xxx.map file and used 86 Byte on stack.I did change the RAM size through in Project settings->Linker->Inputbut lkf file does not change ...

taipei by Associate
  • 751 Views
  • 2 replies
  • 0 kudos

Hanging of STM8s

Posted on January 08, 2015 at 06:15Hi...I am using STM8S family controller.I am also using SPI Bus to communicate with Peripheral.(As per my requirement SPI need to run properly.)  During Run time, initially STM8S work properly but after some time i...

hardip by Associate II
  • 908 Views
  • 4 replies
  • 0 kudos

STVD GDB

Posted on September 12, 2012 at 11:57Dear all, I'm evaluating the possibility to perform a STM8 automatic module testing on the target using STVD. Unfortunatly, I have not found any information about the possibility to write scripts on STVD and so I...

STM8L051 TIM2 & TIM3

Posted on June 20, 2014 at 14:21Can TIM2 or TIM3 be attached to a quadrature encoder and up/down count? The data sheet says yes, but the reference manual is vague. Has anyone attached an encoder to these Timers yet? #quadrature-encoder-rotary-tim...

mjscott by Associate II
  • 734 Views
  • 3 replies
  • 0 kudos

SPI Communication failed when STM8S is connected with STPM10

Posted on September 10, 2013 at 14:17I am designing one energy meter product where I have connected my STM8S microcontroller with STPM10 energy meter IC. The controller is communicating with the IC via SPI communication. But while reading from the S...

gopal1 by Associate
  • 1406 Views
  • 3 replies
  • 0 kudos

STM8S003 BUG IN TIMER(not confirmed)

Posted on December 21, 2014 at 18:18 set up the prescaler and period, and let it run. then at certain point, I want to set the counter to some specific value. however, it seems that setting counter using TIM1_SetCounter(), can actually...