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

ADC CONTINUOUS conversion Problem.

Posted on February 25, 2016 at 13:10I below code, I am reading ADC counts and sending it over CAN. ADC is working properly for _SINGLE conversion mode.... But it is not working for CONTINUOUS Conversion mode mode.

STM8 LIN driver suit and lingen utility

Posted on February 23, 2016 at 12:22 We are using the LIN Driver suit V 5.1.0 from ST microelectronics. The demo project provided in that is having a lin_basic_demo.ldf and lin_basic_demo.lgn files. I was successfully able to regenerate lin_cfg.c, l...

Issue with ST1CC40 in eDesign Studio

Posted on February 17, 2016 at 18:49I'm trying to design a constant current driver in eDesign Studio using the ST1CC40DR chip. I've set my output requirements to 4.8V and 1.2A and the input is 12V DC. With a 2% LED ripple current and 10% inductor ri...

Problem with the DMA datacounter of stm8l051

Posted on February 18, 2016 at 05:02Hi,I'm using DMA to transfer the data from USART1,The length of the data is varible.So I open the USART IDLE LINE interrupt.I try to set the DMA data counter to zero by using the function ''DMA_SetCurrDataCounter(...

stm8s I2C Communication

Posted on February 12, 2016 at 14:20Hello,I want to use I2C Communication between two stm8s208cb MCUs. I use stm8s standard peripharel library. My code:Master:&sharpinclude ''stm8s.h''&sharpdefine I2C_SPEED 300000&sharpdefine OWN_ADDRESS    0xA0    ...