Hi RajkumarPlease migrate to STM32CubeMX 6.14.0 and STM32Cube MCU package for STM32U5 : 1.7.0Then I have no more error compiling the project from your .ioc.Best regardsPascal
Hi NajeemSyed 1. For the USB_OTG_FS_VBUS pin , the forum below may help you:Solved: STUSB1600 (USB Type-C) and USB OTG - STMicroelectronics Community 2. We reproduced the behavior you have. We made an internal request to resolve this issue. We will g...
Hi NajeemSyed 1. 200k/40.2k for Vbus ADC is ok2. Iana to ADC is ok (Not mandatory)3. This pin is not related to USBPD.The USBPD application needs at least Vbus connected to an ADC.Others (Isense, Vprov, Vcons) are optional at the X-Cube-TCPP point of...
Correction about my last message:2-- You can adjust R59 (Current sense) depending on the maximum current your application will sustain to gain in precision. Ensure you keep : max_application_current * R59 < 42mV. (42mV is the OCP threshold).
Hi NajeemSyed, 1- osKernelStart is starting declared threads. Nothing below is executed.You have to declare a new thread, start it and work independently in this new thread for your own application. 2- Schematic review- You can adjust R59 (Current se...