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
Discuss power management solutions. Ask questions and find answers on voltage configurations, short circuit protection, and programming.
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
Posted on December 05, 2012 at 10:23Hello, I'm working with stm3210b-eval, I'm doing the following procedures : 1 : I generate with st Workench files in systems drives and params 2 : I compile with IAR But, in ST workench, the frequency params is 16...
Posted on January 30, 2013 at 19:06I want to use the pid function in the library arm math. if I project the PID controller in the domain S as I can find the constants KI, KP, and KD in the discrete-time to give the PID controller?thanks for your he...
Posted on January 08, 2013 at 15:24Hi, I am using the STM3240G card with STM32F4 microcontrolleur. I would generate PWM for motor control. However, I need to handle data coming from a primary card ( beagle board) by ethernet (RJ45) with udp protocol...
Posted on January 11, 2013 at 18:38I'm attempting to get started with an IFN003V1 board.I am new to STMicro software tools and eval boards.I could not find V3.0 of the MC Library, so I installed V3.2. I didn't find an IFN003V1 project, so I attempt...
Posted on December 21, 2012 at 16:16Hi, I�m playing around with the L6470 which finally worked quite well. But now I�m experiencing the following issue: I want to continuously monitor the status register of the L6470. But when I send a �run� command...
Posted on November 17, 2012 at 03:50I'm looking for a chip that does the logic part of converting a squarewave (from an http://www.analog.com/static/imported-files/data_sheets/AD9833.pdf SPI waveform generator) to phase select signals for controllin...
Posted on November 16, 2012 at 22:38Hello! My question is in follows:I got L6470 working, but not in a desirable way. Stepper motor vibrates in all speed range. It seems that phase current form distorted as shown in Fig. 15 (Section 7.3, p. 35 of da...
Posted on November 21, 2012 at 17:51Hi everybody!I have a problem when i reading data from ENCODER to stm32f103rc. My code is in the following:/* */#include ''stm32f10x.h''#include <stdio.h>#include ''main.h''#include ''stm32f10x_it.h''#include...
Posted on November 20, 2012 at 17:57Does anyone know of a way to tell if the TIM1_ETR input has shortened the PWM signal being generated on TIM1 (assuming CCMR bit 7 is set)? Thanks in advance #bldc-motor-control
Posted on October 03, 2012 at 17:36In a L6470 the microcontroller sends a Move command in 128-microstepping type; then, after a zero is read in the busy flag (so the movement has finished), the absolute position is read but the value read is smalles...