Power management

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Wireless Charging solution Wiki

This Topic is used for Wireless Charging solution 1.Mcu C drive code: GitHub - STMicroelectronics/STWirelessCharging-C-Drivers: Standard C platform-independent drivers for wireless charging ICs 2. Python drive code, check attach file "Python_FT260_S...

willzhou_0-1717985741931.png
willzhou by ST Employee
  • 1169 Views
  • 11 replies
  • 4 kudos

STNS01 led blinking

Posted on November 25, 2017 at 08:36I am using STNS01 to charge a lithium battery (2600mAh). LED is blinking at frequency of 1Hz. ICHG resistor is 1K ohm and 10K ohm thermistor is used. I tried changing both, but still led is blinking.#led-blinking ...

Ashok R by Associate
  • 221 Views
  • 0 replies
  • 0 kudos

triac three-phase control

Posted on November 19, 2017 at 11:24 Hi! I collect a three-phase control circuit (6kW). I want to use BTA16 (Snubberless and standard Triacs) Whether correctly I understand, that for type Standard it is necessary to include in parallel TVS a diode. ...

stm8s mc lib hall sensor blich skips

Posted on November 18, 2017 at 07:46Dear Sir,i am using stm8s mc library for 3 phase bldc motor(1kw).motor is running perfectly.my problem is when motor is running we are getting some blich in hall sensor ( 300us ) output. that is why motor is getti...

MCKIT Current Measurement

Posted on November 16, 2017 at 09:47I see in the code#ifdef THREE_SHUNT  SVPWM_3ShuntInit(); #elif defined ICS_SENSORS SVPWM_IcsInit(); #elif defined SINGLE_SHUNT  SVPWM_1ShuntInit();  #endifBut in the code - SVPWM_3ShuntInit(); and SVPWM_1ShuntInit...

STSPIN32F0 in standby mode can not be awakened!

Posted on November 16, 2017 at 02:16I tried get the STSPIN32F0 into standby mode, but it didn't wake up when it into the mode. And the 3.3V DC/DC still have output in the standby mode.My initialization code:    __HAL_RCC_PWR_CLK_ENABLE();    HAL_PWR...

The BEMF of L6480

Posted on November 14, 2017 at 04:03The BEMF of L6480 and SPINFamily Evaluation Tool Hi All      Now I use STEVAL-PCC009V2 and EVAL-6480H to driver stepper motor by using the SPINFamily Evaluation Tool.    Now BEMF configuration has 5 application pa...

PSPICE simulation of VIPer0P

Posted on November 14, 2017 at 15:11I tried to simulate the evaluation circuit of the STEVAL-ISA174V1. I have loaded the VIPER0P.LIB and have integrated it in ORCAD 17.2. During simulation I get error messages. Subcircuits DAC_2BIT, DAC_3BIT, DAC_4B...

FOC Hardware configuration.

Posted on November 12, 2017 at 10:25I've opened the P-NUCLEO-IHM001_SINGLEDRIVE project.In Control stage parameters.h I see#define PHASE_UH_GPIO_PORT            GPIOA                                                                            #define...