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

Problem with RTC wakeup on STM8L151 from HALT

I am trying to get wake-up from HALT mode working on the STM8L151 using the RTC, but without success. I tried two approaches:using the RTC wake-up counter to wake the device after 10 seconds andusing the RTC alarm to wake it up every minute.Neither a...

LBier.1 by Associate II
  • 33 Views
  • 1 replies
  • 0 kudos

Best way to request samples

What's the best way to request samples?The store indicates sorting by free samples, but I'm at a loss to understand how to request past that. 

whitehorsesoft_0-1768653661300.png

Resolved! Is STM8 recomended for beginners?

I have experience with PIC and AVR microcontrollers, but they lack the good debug features of the STM8 series. Furthermore, these microcontrollers aren't cheap. While looking for simple and inexpensive chips, I keep coming across the STM8 series.Mast...

rabbi141 by Associate
  • 3934 Views
  • 30 replies
  • 29 kudos

STM8L052 external interrupt issue?

STM8L052XX – External interrupt on same pin number with different ports (PC0 & PF0)I am using STM8L052R8T6.I have already configured an external interrupt on PC0 (PORTC, pin 0).Now I want to configure an external interrupt on PF0 (PORTF, pin 0) as we...

Glodhi by Associate II
  • 97 Views
  • 1 replies
  • 1 kudos

ADC Scan Mode and PWM Complementary Channel Conflict.

(MCU:STM8AF6223A-TSSOP20 MCU Label: STM8AF6223PDXLibrary: SPL V2.2.0Compiler SDCC:4.5.0 Debugger:stm8-gdb 8.1Custom MakefileMCU uses internal oscillator runnnig 16 MHz)Hi I'm Attila.When I enable the ADC1 Scan Mode and DataBuffer with ADC_Channel >= ...

ADC1_CH2.png ADC1_CH1.png prometus_0-1767361751193.png prometus_1-1767361849463.png
prometus by Associate II
  • 210 Views
  • 4 replies
  • 0 kudos

STM8S103f3 interrupt

Dear ST team, STM8S103f3   I need to initialize interrupt but how I can define particular pin of the port for interrupt .Or how to initialize two interrupt in one port.please share example or library   RM0016thanks and regardsGuddu  

Glodhi_0-1767244137138.png Glodhi_1-1767244178968.png
Glodhi by Associate II
  • 179 Views
  • 3 replies
  • 0 kudos

Resolved! Any example code for the ProxSense feature of STM8TL5x MCUs?

Hi. I'm working with the STM8TL52F4 MCU and its touch/proximity sensing peripheral. I made a simple touchkey use Halt or Activate-Halt for my project. Does anyone know of any sample code exploiting the ProxSense feature of STM8TL5x MCUs? Thank you.