User Activity

Hello STM Community!I'm trying to implement USB CDC ACM in standalone mode(without using ThreadX) on STM32H563ZI board. I have tried this with ThreadX and got it working.I have created a project, with the following configurations in the .ioc file;Tim...
Hello STM Community!,I'm trying to implement USB CDC ACM in standalone mode(without using ThreadX) on STM32H563ZI board. I have tried this with ThreadX and got it working.I have modified the Ux_Device_HID_CDC_ACM example project, by removing ThreadX,...
Hello STM32 community!I'm relatively new to the embedded field and have been diving into communication protocols through small projects. Currently, I'm working on implementing USB CDC on an STM32H563ZI, and I've been facing challenges for the past tw...