Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
I'm seeing a lot of conflicting information on STM8S longevity and I'm trying to find some confirmed information. On the STM8S series page, it states that the STM8S series is in the 10-year product longevity program: https://www.st.com/en/microcontr...
The STVD Debugger is missing the ST-LINK and STice support package. Where can I find it? Thank you!Error: When starting the Debugger the following sequence of error messages must be cancelled exactly for times, then the Debugger starts.
I downloaded the Windows installer for STM-STUDIO-STM8 from st.com HERE. The installation works until this error message pops up (see the screenshot). I removed the read-only file property as requested, but the same error persists. Do you know any fi...
Hi,I have used Stm8 controller and I have change the keys from OTAA to ABP. In OTAA mode I have get the joining uplink(first uplink) but i didn't get the joining uplink in ABP. When I reset the device after get the second uplink in the network se...
Most likely, the programmer who wrote your assemble used a text document provided by the engineers for his info on the STM8 instruction set. Later on, a technical writer converted that text document into a snazzy PDF for outsiders such as myself. Err...
To protect variables in a class b application a redundant complementary variable is stored in a separate memory location. The idea is to check if the exclusive or of those 2 variables is 0xFF before using them. My question is what exactly happens if ...