Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Hello, I'm working on a project using STVD and the COSMIC FSE compiler to program a stm8s207 processor and having trouble assigning large values to a uint32_t or unsinged int variable. I follow different syntax but they all yield the same result. The...
Hi all,I started to develop a small console application in C++ , based on the following document : https://www.st.com/content/ccc/resource/technical/document/user_manual/90/cb/42/ef/2e/53/46/75/CD00060186.pdf/files/CD00060186.pdf/jcr:content/translat...
Hi !I already had some checksum problems with older versions of COSMIC. They have been fixed by COSMIC.btw; Do not set breakpoints inside code while running checksum functions...Now I have a new issue:STM8S207SB with modsl setting.I like to use one o...
#error cpstm8 C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Hstm8\modsl0.h:1 FlexLM No such feature exists.i am using FSE_Compiler.How can I fix this problem?
I am using STM8L Discovery board, and want to communicate with external memory and humidity sensor which requires I2C protocol for communication.I am using STM8l15x standard peripheral library, but unable to communicate. I found the following problem...
HiI am using stm8s103 controller and stlink programmer on Ubuntu.I have configured the system with SDCC for STM8S controller. I am getting following error while writing binary in flash. Following is the error i am getting,Determine FLASH area Due to ...