Hi All, what compiler should i use?
Posted on August 17, 2010 at 04:07 Hi All, what compiler should i use? #stm8-compilers #compiler #raisonance #cosmic #iar
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on August 17, 2010 at 04:07 Hi All, what compiler should i use? #stm8-compilers #compiler #raisonance #cosmic #iar
Posted on October 02, 2015 at 03:54Dear All.In STM8S have 1k RAM. So I want to check all RAM before use this. The first i will write data on RAM and then Read and compare. But i don't know how to define address of RAM.Example: I want to write value...
Posted on March 28, 2015 at 17:19Hi guys, I am developing the lypus tool(a stm8 tool for Linux) for what I know stm8s discovery has a stlinkv1 in a STM32F103C8T6?! Does stlinkv1 is the unique version in the stm8 discovery boards range? can we update...
Posted on October 01, 2015 at 17:02In need of help... I have been given a .s19 program that I need to load onto a STM8F board. I don't need the L board. I have absolutely 0 experience with this programming environment, and am having trouble finding ...
Posted on September 29, 2015 at 13:51Hello togehter, I am using a RTC-IC (M41T11, communication by I2C) in conjunction with the STM8L151 µC. The communication is basically working so far. I ran into a case that the writting of data failed and the Ti...
Posted on April 08, 2014 at 16:53Maybe some of you with SPI experience can spot this one easily. I have a SPI slave device connected to my STM8L152. I watch the clock and data stream to the device requesting a read of a register, and then I can see ...
Posted on September 14, 2015 at 15:06Hello everybody, in my Cosmic C program for a STM8S003 I have a problem: The result of some floating point calculations are sporadically corrupted. The usage of variables can not be the cause for that because the...
Posted on September 10, 2015 at 07:26 hello, I've been trying to blink an led using an overflow interrupt with timer 4 on the sm8l discovery board. So far I haven't made it work. I'm currently using IAR Embedded Workbench with the Std lib...
Posted on September 07, 2015 at 12:00how to use 64 bit data type in stm8s003f3? if i use unsigned long long its not takeing and giving error. #st
Posted on September 06, 2015 at 17:28 Hello all, I'm stuck for a long time without results. (I'm using STM8S105C6 discovery with IAR IDE) I'm trying to measure a pulse time in one of 2 ways: 1. Manually, by starting the timer when t...