STUSB4500QTR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-23 5:48 AM
I designed a USB-PD circuit using STUSB4500QTR. Circuit is error free and it shows the correct I2C address when I scanned using I2C scanner. But I can't able to configure the PDO profile using the STM32F072 nucleo board and GUI. I shared here the screenshot of the errors. Please help to get solve this issue.
- Labels:
-
IO-Link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-24 9:25 PM
Note that there could be two possible HW configurating options (HID and UART). Firmware for STM32F072 has to programmed according to your configuration. In case a configuration does not work, try the other.
Please refer to the quick start guide
https://www.st.com/resource/en/product_presentation/stswstusb002_quick_start_v3_2.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-26 12:11 AM
I used the UART configuration and it detects the Nucleo board but not the STUSB4500. Always shows the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-27 9:15 PM
The error shows that there was no I2C ack. Please check the HW connection. It could be STUSB4500 not supplied or I2C bus are not well connected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-12 8:29 AM
I double checked the hardware connection but no improvement. Since the address is detected, I hope there is something with the application software but don't know where the problem was.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-13 6:29 PM - edited ‎2023-08-13 6:30 PM
Per Screenshot 2023-07-21 223418N.png the message is "No I2C Acknowledge from device 0x28 on bus 1."
It means that the device was not detected.
Possible causes can be
- HW connection is not correct. -> Check SCL, SDA, and GND wires.
- The used STM32F072 firmware type (HID or UART) did not match the HW configuration. -> Try the other one.
- Device address was not configured correctly. This is unlikely to happen since it shall have been done by MCU firmware properly with GPIOs. Anyway, check ADDR1, ADDR0 pins.
Try to measure with an analyzer or a scope to be sure.
