2021-12-05 07:45 PM
I note that the XCube-AWS software employs FreeRTOS as a task scheduler. I'm using the STM32F769NI-DISCO development board to do some testing. That software is working out of the box. I can see the Ethernet handled as a task. I also see the USB CDC (Device) code for the XCube. This also works on the Discovery board. However, the USB code example does not use FreeRTOS. What steps would be needed to hook this in ? Do you have any example code using FreeRTOS and UCB CDC (Device) for this platform ?
2021-12-28 03:22 AM
Hello @Dr. Ian Pratt ,
Unfortunately, the only available USB example with FreeRTOS if for HID and MSC **host**. The examples are located in :
BeST Regards,
Walid
2022-08-10 01:18 AM
I am having issues when enabling USB CDC (Device)+ freertos in cubeMx :(