2023-08-15 09:33 PM
Hi !
I need to replace my STMG474 to STMU575.
I've implemented the USB (CDC) using the USBD library, all works correct.
Now I'm trying to implement this on the STMU575, but without success,
It looks like the hardware not configured correctly, because Im getting no interrupts at all
(no Setup INT or Rx/Tx)...
Tried to work according to this example:
My main question is, is it possible to implement the STM32U5's USB CDC_ACM with the legacy library ?
Is it mandatory to configure and activate the UCPD peripheral ? because now it have'nt (I dont need the Type-C connection, or I didnt understand that right) ?
Thanks for any reply !
Solved! Go to Solution.
2023-08-17 10:11 PM
I think it is possible to implement the STM32U5's USB CDC with the legacy library.
It is not mandatory (no need) to configure and activate the UCPD peripheral.
2023-08-17 10:11 PM
I think it is possible to implement the STM32U5's USB CDC with the legacy library.
It is not mandatory (no need) to configure and activate the UCPD peripheral.