Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1815 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
  • 816 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 ...

S-parameter file for tunable BST capacitors?

Posted on May 30, 2017 at 14:58Hi everyone! I wanted to use 'STPTIC-82G2' (BST tunable capacitor) in my project. I thereby needed its S-parameters to simulate its functioning but couldn't find the corresponding data file anywhere (in fact for none o...

REquest datasheet

Posted on May 28, 2017 at 13:25Hi,I am studying the automotive injector control circuit by using the old ECU.I need the ATIC39-B4 A2C08350 datasheet.Please send me the datasheet of the ATIC39-B4 A2C08350My email is mailto:sh-hong7@daum.net (or mailt...

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