Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
This should cover:How to initialize timers and prescalers, How to write and read data.I am using :STM8L050STM8-SO8-DISCO for evaluation.Standard Peripheral Library (stm8016StdPeriph_Lib)Thank you.Volker Peters.
Currently, I am working on STM8S103F3. I wanted to build custom bootloader for it as it doesn't have inbuilt bootloader. So I followed the procedure given in "AN2659" document which describes how to use example bootloader given by STmicroelectronics....
Hi ST Team,Hope you guys are doing well !!!.Can you explain me in detail regarding the usage of Window watchdog generates a reset when MCU enters Halt mode and Independent watchdog continues running in Halt/Active-halt mode. If you have any document...
Hi,I'm attempting to connect to STM8L052C6 with ST-link and receiving an error, "Cannot communicate with the device !"I've read every forum post on google related to the issue and tried just about everything to connect.Finally I found in the manual f...
Hey, I am adding this post to mention about the tutorial series that I am currently working for beginners to learn STM8 Microcontrollers. The tutorial s are targeted for absolute beginners, so you find everything from circuit diagram to code explanat...
hiComsic STM8 compiler suite version: 4.4.12.I am using this compiler version together with ST's STVD.In the sample code attached, with line 13 conditional define set to 0, the compiler yields compilation error (my intended implementation), and the a...
In DT0094, KeeLoq RX application over S2-LP, the following is mentioned:KeeLoq firmware example for RX node available on request through local marketing / sales representative.Has anybody got a copy of this?
I have an STLINK-V3SET with MB140B adapter.I am trying to program an STM8S003F3P (minimum evaluation board) over SWIMI've installed the en.stsw-link009 driver on my Windows10I've put jumpers on JP4 and JP6My code is specific for STM8S and compiled an...