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

Hello, I have a question about PWM outputs,

Posted on May 18, 2017 at 13:19I work on a STM8L151C8, 48Pins, I cant't find accurate informations about how to generate PWM on an I/O port Pin, Actually I want to route 2 PWM signals on PB1 and PB2 , is it possible to do this or shall I change to o...

STM8L DISCOVERY ADC

Posted on May 14, 2017 at 21:52Hello,I want to create program that:1. Measure time2. Start one conversion of ADC3. After conversion show it on LCD (it's optional, but it would be great if it works)The 2nd point is problematic. I want to realize all ...

Artur L by Associate
  • 670 Views
  • 0 replies
  • 0 kudos

PWM input capture

Posted on October 27, 2016 at 14:45Hi ,We have a requirement to capture the PWM input at Timer2 channel 1.We are using STM8AF6266 micro.Requirement:We have to capture 2 PWM inputs received at Timer2 channel 1.1) Falling edge 100 - 0 % 200Hz signal i...

sbasanth by Associate
  • 1150 Views
  • 1 replies
  • 0 kudos

STM8S003F3 UART IRQ freezes mcu

Posted on November 01, 2016 at 18:44hello everyonebeen playing with that mcu for a while but I cant set up UART IRQ DR(data register) emptyIO pins interrupts work as expected but after setting TIEN in CR2 function enableInterrupts() freezes whole ch...