Resolved! Downloading STM8S/A Standard peripheral library
I'm trying to download the standard library for the MCU stm8s003f on the ST site, but I get the message "not available for download". Is there an alternative way to get this library?
I'm trying to download the standard library for the MCU stm8s003f on the ST site, but I get the message "not available for download". Is there an alternative way to get this library?
Hello stm community,I am working with the STM8S001J3 processor on the ST Visual Develop Toolchain.And I use the TIM1 and the TIM2.The Tim1 is enabled via the external port when the D port is active. It is used to work synchronously with the 50hz/230v...
You have published an application note AN3281 to implement the I2C bus.Where can we download the example programs described in the note? Thank you for your answers
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...