Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
I'm working on STM8s105c6 . Everything goes fine but I'm not able to debug it . Earlier it said Swim error can't access database . Then i reinstalled StToolset file , Now it shows SWIM Error 30004 Comm Time out . I have tried everything . The code g...
I have worked on STM32 controllers and I have used CubeMX tool for code generation of any module like UART, LIn etcc....Is there any tool for the same STM8 controller like STM8AF52A8T? CubeMX for STM8 doesn't have the support for code generation.
Hi ! This question has already be posted but i don't find a solution of my problem.I have an LCD screen (MC20805A6W-BMLW-V2) with I2C communication and I try to communicate with my controller via I2C (STMS005K6).First I initialize my port :GPIO_DeIni...
I am using stm8l - discovery board and I am curious about the functionality of trap in the micro controller. My program stops instead of running continously in the while loop, Is the functionality of trap interrupt that if it occurs, it does not exec...
How to know memory consumption of embedded c program in ST visual develop. I have write code for STM8S and compile it but i didn't get any information about the memory consumption. I mean How much memory space reserved by the program.
I am new to STM8 and STVD. Above is shown when I try to create my first project. What's the problem?thanks.