User Activity

I am developing the BLE application on my custom PCB using MCU STM32WB55CCU6. However, it gets stuck in if (SHCI_C2_BLE_Init( &ble_init_cmd_packet ) != SHCI_Success) { Error_Handler(); }It returns SHCI_FUS_CMD_NOT_SUPPORTED instead of SHCI_S...
Hi, ​I am making a USB power hub which support USB C Power delivery. ​There is a upstream USB C which support Sink and Source role:if there is a DC input, this is a Source, STUSB4700 is enabledif there is no DC input, this is a Sink, STUSB4500 is ena...
Hi, I am developing a USBPD system with STM32G071KBU6N. This MCU has a USBPD port. I am trying to use it to build a PD SNK port to get a PDO 20V/3A, 12V,3A,, 5V/3A. However, the code was stuck in the Hardreset section. In the debug section, When the ...
Hi, I am working on a USB PD project. STUSB4500 is used to request the 20V/12V 3A from the source. I flashed the NVM inside of the IC. The writing on the NVM seems to be successful as I can read it back and verifiy it. After reconnecting it, I can re...
Hi, I currently working on a USB PD project. I am quite interested in ST solution. I need a DRP, dual power role, features so STUSB1602 should be included in the design. I just found the application firmware is developed based on STM32F071RB and the ...