Forum Posts
How do I find out what IRQ triggered a debug breakpoint at NonHandledInterrupt?
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.
Stm8S003f3 debugger
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...
Resolved! How do I get stvd to ask for cosmic license (or enter it in some other progM?)
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...
Resolved! Hi, Iam trying to program stm8 MCU using stm32 cube programmer, but iam getting error as Error: No STM32 target found! . I have measured voltage on target and NRST pin both have 3.3V ,any help is appreciated.
i have tried different frequencies , modes but no result.
Resolved! Decompile STM8S208 code file
I want decompile STM8S208 code file. File format is .S19. What should be the steps I should follow?
SMT8 for OTA solution
Hi Sir/Mdm,Would like to know is there any solution for OTA (Over-the-Air) upgrade firmware for STM8?Regard'sJason
Resolved! Would you confirm the STM8S207RBT3CRT can directly placed to the STM8S207RBT6C with no Hardware/firmware changes?
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...
How to configure Timer for STM8s as input capture compare and how to get the capture compare values in interrupt handler.?
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...