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
Hello,While having a look at NVM flashing example, I came across those lines:I2C_Read_USB_PD(0,DEVICE_ID,&Buffer,1); // DEV_CUT 0 : 1600 , 1 Reserved , 2 : 1602 , 3 Autorun if(Buffer & ID_Reg >= CUT) { if ( nvm_flash(0) == 1) prin...
Hello,I'm implementing the sink side of a usb-c PD system based on STUSB4500Q.I had a look to documentation and to the example code.It looks that the code was written by a first year intern. The ~25 global variables,inconsistency in variable / consta...
I spent a long time trying the following three methods, but still failed to drive the grid successfully.1. I checked Google and found that there was no information or tutorial about it. Then I found a situation similar to mine in the forum. I just...
I am looking for an alternative voltage regulator with similar functionality to the TLV76050DBZT. It needs to have an input of max 30v and output of 5v. I have attached the data sheet, It has to have the same pinout because the pcb cannot be redesign...
I specifically need info on how Rdson is impacted when the Vbat pin is set to a lower voltage than the battery / DRN connection. My aim is to use the L9733 in a 24V vehicle application.
Hi all, I am using the ST EVALKIT-ROBOT-1 with the latest firmware STSW-ROBOT-1.Currently, I am facing issues in establishing a serial communication with USART1 (based on interrupt), through which I can control the position of the motor.How should my...