Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
I cannot get interrupts to work and I found that NonHandledInterrupt is getting called. How do I find out what IRQ triggered a debug breakpoint at NonHandledInterrupt? I've stared at my code for hours and all it does is stare back.
I am using Stm8s003f3 in my own designed card. Using ST-LINK v2, I can assign code using SWIM and RESET pins. I'm getting an error when I want to upload more than one stm8 code using the same debugger. Is there a product or method that I can use to p...
I put the cosmic license in the wrong location, not in license folder. When I tried my first build in stvd it asked for license and I tried and tried in a loop. Eventually I got in a situation where it would just give the error in the log when I tr...
i have tried different frequencies , modes but no result.
I want decompile STM8S208 code file. File format is .S19. What should be the steps I should follow?
Hi Sir/Mdm,Would like to know is there any solution for OTA (Over-the-Air) upgrade firmware for STM8?Regard'sJason
We’re using STM8S207RBT6C for our current production. Due to the on-going IC shortage matter, we're trying to source a alternatives that can directly working on our existing design without any hardware nor firmware changes. We were able to find s...
I have configured the timer as below is its is correct and also in interrupt handler I am not getting time the values.static void TIM3_Config(void){ /* TIM3 configuration: - TIM3CLK is set to 16 MHz, the TIM2 Prescaler is equal to 16 so the TIM2 co...