STM8L15x touch sensing
Posted on March 21, 2013 at 20:53I cannot find a link to download the touch sensing library for the STM8L15x microcontroller. Where is the software in the new site ? #touch-stm8l15x
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on March 21, 2013 at 20:53I cannot find a link to download the touch sensing library for the STM8L15x microcontroller. Where is the software in the new site ? #touch-stm8l15x
Posted on September 09, 2009 at 19:29Timer1 External Clk source mode2
Posted on March 09, 2013 at 00:43Hi, It is written we can find a online help file ''stm8s_fwlib_um.chm'' in the document UM0834 for the STM8S-DISCOVERY, in chapter 3.1.2.Where can I get it exactly????Thanks in advanceS.K #help-file
Posted on March 09, 2013 at 09:28Hi , I'm using STM8L151C4 in my design. I have interfaced this with I2C EEPROM M24512FDW (ST make). Plz refer attachment for the schematic. I had pulled the enable lines of the EEPROM ( E0, E1, E2) to high (3.3V) & ...
Posted on March 07, 2013 at 13:01 Hi All, I am using the STM8L152 to generate a PWM, with it's duty cycle depending on current flowing through a relay coil. I have achieved this using the ETR input, with the following code: ...
Posted on October 08, 2012 at 20:33I did not expect for that !
Posted on March 04, 2013 at 21:14Was using STVD successfully for a couple of projects on two different machines. One machine is still working fine. I cannot create a new project targeting either the Raisonance Tool Chain, or any other tool chain ...
Posted on March 04, 2013 at 16:33I'm using Cosmic Eval C Compiler V 4.3.7. The code of concern is as follows: if( RST->SR & (u8)0x02 == (u8)0x02) {....} I'm simply checking bit 1 of the reset register. I checked the disassembler because the program ...
Posted on January 04, 2013 at 16:43 Reallystupid problem - toolchain provide info about final size of code module to be loaded in MCU flash ... Wrote a direct complain to Cosmic support, they answered: As the software ...
Posted on February 24, 2013 at 09:08I have one strange problem. After this fragment of code program:b = a;a =/ 40;if(!a)//breakpointsthe results of two registers are: b = 50000 - good value, a=0The value of a should be about 1250 not 0!!I can't find...