Hello,I have been utilizing the OTG_HS peripheral on an STM32U5A5 to act as a USB host. I am using the USBx stack in a non-secure application and initializing the peripheral as follows: VOID USBX_APP_Host_Init(VOID) {
MX_USB_HCD_Init();
ux_host...
Hi @FBL,I am happy to say I was actually able to resolve this issue just yesterday. My issue was actually related to the security features of the STM32U5. I had TrustZone enabled for the device, and all banks were marked as secure, which caused my co...