User Activity

Hello, I would like to get more info on Errata ES0392 Rev 13 - section 2.25.3:the errata states:I'm confused with the wording of this errata.  Can someone from ST describe the meaning of this errata?I currently have USB0 connected to the USB Hub dire...
I'm using ThreadX on a STM32H743 MCU.  I'm trying to setup a USB Host_only on the USB_HS device, and a USB Device_only device on USB_FS.  The peripheral configuration is okIn the AzRtos settings, it defines 2 seperate byte_pools for each device (one ...
Hello,When a task has completed, does azRtos do any garbage collection?  (ie remove the task and recoup the memory pools)?  - OR - is it something the user has to do (even for system threads)?If it is the latter and I have to take out the garbage, do...
a picture is worth a 1000 words...Attached is the .ioc file 
Hello,Has anyone used the USBX host code in AzRtos (not standalone)?  The system seems very flaky, and when I looked into it, it seems the Variable: _ux_system_host in file ux_host_stack_initialize.c is never initialized./* Defined USBX host variable...