I have used the wait feature before. I treat it just as if there is no wait. I have "while(true) wait;" in my main.c. (I only use interrupts, the code is pure interrupt-driven). I need to use halt now. Can I use halt the same way? Will the inte...
Hi STM8 Team,I am trying to do In-Application Programming on STM8AF5288T MCU which is a 64K Flash device. The available E_W_RAM_ROUTINEs are for 32K and 128K flash. Does the 128K version work on STM8AF5288T?Also which version of BSL should I use? Tha...
I wonder why some developers choose non-free compilers (IAR, Cosmic, Raisonance, etc) instead of the Small Device C Compiler (SDCC) when targeting the STM8.
Hi every one,I have bought Stm8 Discovery board which has touch button onboard. After that I have download STM Touch Sensing Library, and some arrangements done at ST visual Develop IDE, directly build main c file and have been uploaded by using ST...
Hi STM Team,I am trying to flash STM8AF5288T from iMX8MM using stm8gal tool using SPI interface. I successfully cross compiled the stm8gal for Android and run it in the device. It is giving following error:It seems like issue with bootloader. Kindly ...