How to Configure Encoder Interface Mode on TIM2 (with STM8L152C6T6)
Posted on June 13, 2017 at 10:30I am not able to configure encoder interface mode on Tim2
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on June 13, 2017 at 10:30I am not able to configure encoder interface mode on Tim2
Posted on June 11, 2017 at 12:05Hello allI have an eBay ST-LINK V2 with an STM8S003F3P development board. Following the tutorial I have managed to get the project compiled without errors and set up the debugger options as instructed with the SWIM ST...
Posted on June 09, 2017 at 19:05HasThe port PD2 on the STM8S goes from being an analog input to a digital output when a break is hit during debug.I have an analog signal being fed into the port PD2, pin 19 on STM8S103F3 and all seems to work fine du...
Posted on June 07, 2017 at 16:56¿Has anybody succeeded in using STM8 touch library with STM8L151F3?, I'm having problems getting it working with HW adquisition, I have ported STM8L151C3_Ex01 to my board and the touch pins are at 0v all the time.My ...
Posted on May 25, 2017 at 16:57Hello,I'm using the STM8AL Discovery board. Im trying to get the ADC working using the ST drivers. When I initialize the code Nothing shows up in the ADC registers. Below is my initialization code:/* --- ADC --- */// I...
Posted on March 26, 2014 at 12:25Hello, I am working with STM8L151C8 with 48 pins. To my default DAC1 output on PF0 (which works fine) I want to access to the second DAC output, which I want to have on PB6. The Ref manual says that this is possible ...
Posted on July 17, 2013 at 10:21Hi to all,Can i use ''ST-LINK/V2'' to program flash for STM8S series? #st-link/v2
Posted on May 30, 2017 at 19:35Hello Everyone.I have trouble on STM8L152 with I2C through DMA. When receiving 1 data byte its receive 2 bytes 1st: some wrong (0x1F, 0x1E, 0x0E), and second byte (looks like necessary data).In case when receive long ...
Posted on May 30, 2017 at 18:15Hello,I am currently working on a DALI led converter project. I already use the DALI library for the STM8 with device type 6 (IEC 62386-207). I want to keep developing a DALI converter for device type 8 (IEC 62386-209)...
Posted on May 25, 2017 at 10:29Hi,STM8 has a great Peripheral Library, which can hide complexity of register configuration. STLUX also has a library but it is not as rich as the STM8 one. I used stm8s_i2c.{c,h} for STLUX with success and want to do ...