2023-05-26 08:22 AM
2023-05-30 02:26 AM
HI @Community member
Yes, STM32U585 support UBS Device libray for Baremetal but not for all classes. For the moment the list of supported classes is not yet available. Can you give me your use case so that I can check if it is supported or not.
Regards
DianeP
2023-05-30 02:31 AM
Hello @Diane POMABIA
Could you, please, help with it: provide some guide or instructions how to use it?
Because in Cube configuration in middlewares there is only USBX (based on threadx rtos) realization
2023-05-30 02:44 AM
@Community member
This is the link to access to baremetal example that we have delivered for STM32H7. You can adapt it for STM32U585:
Regards
Diane
2023-06-26 07:14 PM
Hello Diane,
Are there examples for standalone CDC ACM?
Thank you,
Du
2023-06-27 09:39 AM
I suggest to use tinyusb library. I tried it with STM32U585 and everything works fine
2023-06-27 09:42 AM - edited 2023-06-27 09:43 AM
Thank you for the suggestion. I'll try it out. I tried adapting the USBX from the example above, but it keeps crashing at:
dcd -> ux_slave_dcd_function(dcd, UX_DCD_TASKS_RUN, UX_NULL);
In ux_device_stack_tasks_run.c line 87 of version 6.1.10
2023-09-15 10:47 AM
Hi, I would also need a bare-metal CDC implementation for STM32U5. I would prefer to use something supported by ST than going with an unsupported open source library.
Thanks