STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8L151F3 touch library 1.1.0

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 ...

ADC Issue

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...

dwarnke by Associate II
  • 1246 Views
  • 6 replies
  • 0 kudos

Activating DAC2

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 ...

d23 by Associate II
  • 414 Views
  • 1 replies
  • 0 kudos

STM8L152 I2C base on DMA

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 ...

ako by Associate II
  • 666 Views
  • 1 replies
  • 0 kudos

Library DALI for device type 8

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)...

ameyer9 by Associate
  • 375 Views
  • 0 replies
  • 0 kudos

STLUX Library: Flash functions

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 ...

[Silicon bug?]STM8AF5286 missed external interrupts

Posted on May 24, 2017 at 09:04 During a recent development I have noticed a strange issue which makes me think that the external interrupt is not executed for every edge. I have generated low impulses with an STM32 with increasing pulse widt...

0690X00000606nAQAQ.png 0690X0000060758QAA.png

STM8AF52AATCY CAN_Configuration in halt mode

Posted on May 23, 2017 at 13:39Dear Sir/Madam,Now I did controller into halt completely. But when it's in halt mode if any GPIO external interrupt is triggered means it wakes up, but when I will send the CAN Identifier then It's not waking up. As pe...