STM8AF Series availability
STM8A Discovery boards are NRND. Is the part discontinued/going obsolete?. According to ST, these parts are long term guarantee. 10 Year Product Longevity does not cover STM8A series.
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
STM8A Discovery boards are NRND. Is the part discontinued/going obsolete?. According to ST, these parts are long term guarantee. 10 Year Product Longevity does not cover STM8A series.
https://github.com/PhilippeSimier/STM8S207/blob/main/06_master_i2c/src/main.c Avez vous de votre côté le même problème !!!
I have a certain noise in my 200mV source which I believe is generating a resset in the uc. How can I disable these functions? how do i read the uc's Reset vector? Thanks.
Once the STM8-SafeCLASSB SW package is integrated into our application the Periodic run time self tests are executed continuously but the STL_ClockFreqTest fails randomly. While running the entire application, that test normally fails after about an ...
Hi there.I´m using a STM8S207 with cosmic compiler.I am reading and writing a 24L64 eeprom thru i2C and everthis is working well.But i want to put protection in the routines to avoid lock the program in case of fail of a write or read command.i found...
Hello, I am studying the STM8S208RB MCU and the SPL. I am using STVD and COSMIC, and the Nucleo-8S208RB board for testing. The below code should configure port GPIOC Pin5 and set it to high and stay high. However, LED2 turns on for only a short momen...
The STM8 Standard Peripheral Library does not include example config files (header files) for STM8 Nucleo boards. Are headers for the Nucleo-S208RB available online? I though I ask before creating one... Thanks!
Hello everyoneI am to use the Timer3 of STM8s105C6T in order to measure the duty cycle of a specific signal.But I also want the MCU to reset if this signal is disconnected.I am using PWMI feature of this timer meaning that rising edge and falling edg...