Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
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...
Hi,We have a requirement of support for CAN Open and CAN J1939 on STM8AF5288T.We found a website: Simma Software which provides this support but we want to confirm if STM officially supports their CAN Open and CAN J1939 stacks for STM8.Kindly let us ...
I am a newbie into the world of embedded systems.is it possible to enable clock for ADC and TIM4 overflow update.``` CLK_DeInit(); CLK_LSICmd(DISABLE); // Use internal clock. CLK_HSICmd(ENABLE); while(CLK_GetFlagStatus(CLK_FLAG_HSIR...