2023-10-05 04:32 AM
2023-10-26 04:18 AM
hi @rdl
of course you can. Azure RTOS middlewares are free of charge on any STM32, including the STM32U5.
have a look here.
so you can download any example modify either directly or via STM32CubeMX without any constraints.
2023-10-26 07:15 AM
the two programs differ in how they treat queues. I would suggest you examine the mechanism for queues and how each system works. If you are going to have long items in a queue, then ThreadX will prove to be a problem and will not handle long items without you doing different coding.