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

Resolved! SPV1040T DC-DC boost converter circuit recommended by the eDesignSuite under solar battery charger is not working...!!

For the project I am doing, I have to make a solar charging circuit. So, I chose SPV1040T as a DC-DC boost converter. For this feature, I used eDesignSuite to create a solar charging circuit. The circuit should convert the 3v from the solar panel in...

Rambo_VK by Associate II
  • 3383 Views
  • 7 replies
  • 0 kudos

I am working on PWM signal and the following code is not responding properly. Can someone explain where I am making a mistake. I need to generate pwm signal on PB0 (timer ch1)

/* MAIN.C file *  * Copyright (c) 2002-2005 STMicroelectronics */#include <iostm8l.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <stdint.h>#include "defs.h"unsigned int count = 0;unsigned int pwm_duty = 0x0000;void TIM2_SetCompar...

VSrin by Associate II
  • 836 Views
  • 0 replies
  • 0 kudos

How to make the keyword "click" to increment every time it enters the interrupt module. Please see the code below and help me out. All the time "Click" remains 0.

#include <iostm8l.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <stdint.h>#include <math.h>#include "defs.h"static int click = 0;void delay(unsigned long dd){  unsigned long i;  for (i=0;i<dd;i++) nop(); }void RTC(void){ unsigned...

VSrin by Associate II
  • 906 Views
  • 0 replies
  • 0 kudos