Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Hello,On STM8S103F3 MCU I, might have found a bug in the WWDT.Found nothing related in errata. My environment: IAR, HSI 16MhzProblem: kicking WWDG too early doesn't trigger instant reset.void main(void) { WWDG->CR = WWDG_CR_WDGA | 0x7F; WWDG->W...
Hi everyone,after solving a problem on Windows 7, I can no longer use ST-LINK/V2, or STM8-Discovery, for debugging via STVD (see version on attachment 2).I've verified that both ST-Link and STM8 Discovery work correctly and in fact with these tools I...
i am using stm8s003f3 mcu and st link v2 mcu was programmed before rop option enabledi ve changed programme and try to reprogram mcu i am getting Error: gdi-error [40301]: in the past rop can be disabled by debugger in the related menu and selection....
Boot Loader Option Bytes SettingsOption byte 0: AAOption byte 1: 00Option byte 2: 00Option byte 3: 00Option byte 4: 00Option byte 5: 55Option byte 6: AAMemory checksum: 0x1A9
Hi, I am using STM8L151C6 chip for my development. I would like to program my application through USART boot loader option. I configured Read Out Protection OFF and BL option bytes to 55 AA through ST Visual programmer. When I am testing wit...
I am trying for interfacing lcd to stm8s103fp3 in 4 bit lcd mode.please someone suggest how should I do.
New to STM8, I can create and upload new firmware, but I'd like to understand the reverse process in the event I need to use SWIM for root cause analysis of bad or damaged parts with multiple firmware versions. Imagine a drone with AI able to self-mo...