Resolved! USBX CDC-ACM + Sleep Mode: How to wake STM32U5 on USB activity?
Hi everyone,I'm working with an STM32U5 and using USBX with the CDC-ACM class.My setup is as follows:I have a USBX CDC ACM receive thread that calls usbx_cdc_acm_read_thread_entry() in ux_device_cdc_acm.c file.Alongside, I have a state machine runnin...