AWU Example
Posted on May 26, 2014 at 20:53Hi,i´m having some problem with my code. I can´t use AWU.Can anybody send me an example?
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on May 26, 2014 at 20:53Hi,i´m having some problem with my code. I can´t use AWU.Can anybody send me an example?
Posted on March 11, 2014 at 18:09Hello, I am having an error message when I build my codes using the ''release'' mode in order to generate the .s19 file before programming my MCU. Running Linkerclnk -lC:\Lib -o Release\discover.sm8 Release\discover...
Posted on June 03, 2014 at 20:52I have working code for DAC testing, and it works fine on STM8L152C6 (Discovery board), but meet some problems with STM8L152K6. It works about as expected, excepting output has permanent additional value 0.88V. I trie...
Posted on May 29, 2014 at 12:17Hello, I'm using Cosmic STM8 32K Special Edition Free license v. 4.3.11 under STVD IDE. MCU: STM8L151 I'm trying to place 4 bytes with specific values into absolute memory address. I found in manual and even on cosmic ...
Posted on May 28, 2014 at 00:36We use STVP (v3.3.1) for programming parts. I'm in the process of adding the Serial Number, using that feature in STVP. But we have a number of stations, and so each has unique identifying information. For example,...
Posted on May 28, 2014 at 12:58Hello am making control panel using stm8s105 controller and springs electrodes. Everything works fine but some times device become extra sensitive and all touch buttons making switch on in a random way without any con...
Posted on May 26, 2014 at 20:55Is there some way to turn off a pull up input for some time and later turn it on on a certain frequency? The pull up pin drain too much current.
Posted on February 12, 2013 at 01:29What is the interrupt latency on STM8S MCUs? I am new to STM8 and the few docs I have read do not mention it.
Posted on May 22, 2014 at 13:09Dear All,I've been discovering STM8 core capabilties and properties for a while. I've had a chance to read datasheet for STM8L152. But I couldn't find detailed register info. For instance, CCR (Condition Code) register...
Posted on May 15, 2014 at 20:15I have the STMT/8L-EV1 and I'd like to generate a 4KHz beep sound when one of the directional buttons is pressed. Seems straight forward but I'm not sure how to implement it. I've tried just using and turning the GPI...