STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8s Discovery (MCU=STM8s105C6) Tim1 PWM do not work properly

Hi there! I am now using STM8s Discovery (MCU=STM8s105C6) to run an example named as TIM1_7PWM_Output. However, when I use a oscilloscope to check the 7 PWM ouputs, only Channel 2 and 4 are able to output PWM signals. The rest (Channel 1, 3 and all c...

MT.2 by Associate II
  • 358 Views
  • 0 replies
  • 0 kudos

Resolved! GPIOB not working in my stm8s003

Hey guys.Im using stm8s003f3p6 and IAR compiler and ST SPL.When i use gpio_init to make pb4 and pb5 output i dont know why the output does not get high and low?Other pins on port c ,a and etc work well.

2020 STM8 compiler comparison

This is not a question, so it doesn't really belong here, but the community forum is still broken, so there is no other place to post this.I just redid my comparison of the 4 most important STM8 C compilers (previous comparisons were in 2016 and 2018...

Error:stopped on execution protection at 0x800

I used STVD for stm8s105c6 assembly coding. The program compiled and built, since it could not be programmed in STVD, I used STVP for programming, and selected file format of motorola srecord.While, the effect was not I expected. I started to debug, ...

MQi.1 by Senior II
  • 487 Views
  • 0 replies
  • 0 kudos

Where to use .ico8 file?

I read from "STM8CubeMX configuration tools", "STM8CubeMX does not support C code generation". So my question is, where to use the .ioc8 file?In STVD ? If it could not generate C code, so the .ioc8 file could be only used in STVD for assembly ?If I ...

MQi.1 by Senior II
  • 615 Views
  • 1 replies
  • 0 kudos

SPI Slave with NSS

Hi, I am trying to use the SPI slave with NSS enabled but I am not able to receive any data on the receive interrupt.