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

What is the minimum program content required for the evaluation board (STEVAL-ISA164V1) to communicate with ST_SMED_Configurator? Supplement: I am using STNRG388.

From the drawing of DocID28549, PIN22 of the evaluation board (STEVAL-ISA164V1) is described as UART_Tx and PIN23 is described as UART_Rx, but if you search for UART in the attached source file, PIN17 and PIN18 will be searched.Which part of the atta...

HKOBA.1 by Associate II
  • 637 Views
  • 0 replies
  • 0 kudos

stm8s003k3 multiple ADC channel reading error

Hi everyone.I am having problem reading data on ADC pins in stm8s003k3. I have attached three NTC at Ain1/2/3(which I suppose is also known as a channel) according to the datasheet. Problem is that when I put different channels in my code it shows on...

KRiaz.1 by Associate II
  • 861 Views
  • 1 replies
  • 0 kudos

Resolved! conditional transition to sleep mode

In many aplications i am using simple template, where interrupt routines (for example UART receive) raise flags (volatile variables) and main() function polling these flags and processing these events (for example parsing incoming UART charaters). I ...

How disable VrefInt ?

Hi there,On a battery-powered board using the STM8l050J3, in order to reduce at the minimum the power consumption, in Active Halt mode and using RTC wakeup, (at a few tens or at most hundreds of uA) as indicated, I want to disable Vrefint.To do so, d...