STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 573 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
  • 949 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
  • 476 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...

STM8AF52AATCY

Posted on May 19, 2017 at 13:21Dear Sir/Madam,How to make controller goes into sleep mode. Can you please give me information or send me any source code link. Here, I am making into sleep using halt(); mode with disabling the peripherals but I'm thi...

STM8 Hardware I2C (Master) Question

Posted on May 23, 2017 at 12:15Question :We use STM8 Sample Code to test Hardware I2C ,but the waveform is unknown .But we use Software I2C (page 2 ,use GPIO) ,It is OK.   May someone kindly give me the helping hand?Sample Code: /en.stsw-stm8004 /ST...

STM8S swim GPIO ??

Posted on May 19, 2017 at 22:19STM8S : SWIM pin as GPIO does not work for me, please explain how to make it work .. Situation: vcc,  10k,  swim, button, gndmain() { CFG->GCR = 0x01;GPIO_Init(GPIOD, D1, GPIO_MODE_IN_PU_NO_IT); ..}software does not wo...

enmirc by Associate II
  • 417 Views
  • 1 replies
  • 0 kudos