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

How to interface lcd to stm8s103fp3

I am trying for interfacing lcd to stm8s103fp3 in 4 bit lcd mode.please someone suggest how should I do.​

SBadd by Associate II
  • 482 Views
  • 0 replies
  • 0 kudos

Resolved! How to download and decompile the firmware stored on a STM8 MCU?

New to STM8, I can create and upload new firmware, but I'd like to understand the reverse process in the event I need to use SWIM for root cause analysis of bad or damaged parts with multiple firmware versions. Imagine a drone with AI able to self-mo...

I am using STM8S105 with C1 and C2 pull up no it config and TIM1 for encoder mode. TIM1 counter counts from 0 to 1 and back to 0. can anyone please help. Thanks

Timer 1 inittalization code is below: TIM1_TimeBaseInit(10, TIM1_COUNTERMODE_CENTERALIGNED1, 1000, 1); TIM1_ICInit(TIM1_CHANNEL_1,TIM1_ICPOLARITY_FALLING ,TIM1_ICSELECTION_DIRECTTI ,TIM1_ICPSC_DIV1,0); TIM1_ICInit(TIM1_CHANNEL_2,TIM1_ICPOLARITY_FALLI...

jf by Associate
  • 484 Views
  • 0 replies
  • 0 kudos

DAC Module with Timer 4 trigger

Hello,I am working on STM8L-Discovery DAC module.I have used Timer 4 trigger (1Khz) and DMA transfer is enabled.But my DAC_OUT1 pin PF0 isn't giving a sine wave. I want to know what mistake I might have done.Thanks in advance.Regards,SandeepTool Used...

SShiv by Associate
  • 621 Views
  • 1 replies
  • 0 kudos

What is use of IAP Commands in Stm8s?

Hi,I would like to know, what is specific use of IAP commands in stm8s, and how can i use it (i mean any example code in C.).

HM.80 by Associate II
  • 500 Views
  • 0 replies
  • 0 kudos