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

Timer4 not respohding as expected

Posted on March 01, 2017 at 12:09Hello,  I am trying to  make a 200us pulse,using simple time dealy.  I am using TIMER4 to create delay. But the problem is whatever prescalar I  use or  What ever Autoreload value I have timer always gives 12us pulse...

PIN state change problem

Posted on March 01, 2017 at 07:56Hello, I   am trying to  create  100us seconds pulse which periodically triggers  a triac. Timer 1 is used for periodic delay and a while loop is under the  timer1 isr for 100us pulse. Problem is it is not working,In...

STM8S003f3p6 pin state change problem

Posted on March 01, 2017 at 07:47Hello,   I   am trying  to make  narrow pulse  using timer1 of stm8s003f3p6, without using any kind of pwm(because my application  doesn't permit me to do that). Program is,timer will make PIN 18 of mcu high the a  w...

ds1307

Posted on February 28, 2017 at 10:22hello,i am trying to interface ds1307 with my stm8s105c6 discovery i am not getting from where should start. i am not getting a clear idea that how rtc works. I was trying to find any library for stm8s of ds1307. ...

TIM2 program using STM8S003F3

Posted on February 19, 2017 at 03:48HiI am facing problem in Timer2 programing. It does not go into the interrupt. Please find below program of Timer2 initialization. I am using STVD for programing STM8S003F3.The Prescalar clock frequency is 16Mhz  ...

uint8_t TI_TDC1000_SPIByteReadReg(uint8_t addr) { uint8_t read_byte,inst; uint8_t dummy = 0x00; inst = TDC1000_READ_BIT

Posted on February 21, 2017 at 09:33Dear all,here is my code to read spi data:uint8_t TI_TDC1000_SPIByteReadReg(uint8_t addr){ uint8_t read_byte,inst; uint8_t dummy = 0x00; inst = TDC1000_READ_BIT & addr; // for read make sure bit6 is 0 //GPIO_Reset...

np1 by Associate II
  • 1912 Views
  • 4 replies
  • 0 kudos