Hi Robert,Regarding your 2nd issue, after upgrading STM32CubeIDE, did you re-opened the same workspace? If this is the case, can you try to create a new workspace and import your project in the new workspace? I noted that sometime, a new version of t...
CubeIDE, as every Eclipse based tool has a lot of flexibility that can be powerful or complex, depending on our experience and expertise with the IDE. In my opinion it is a good thing because it allows every developers to works as he prefer (with an ...
Hi Davide,yours is an interesting ideas. In the past, working also with FreeRTOS, I had different use cases where I need to exchange messages bigger than 64 bytes. If your API are generic it will be interesting to give a look, maybe integrate it in a...
Hi,the size limit for a queue message in ThreadX is not 16 bytes. From the API documentation:message_size: Specifies the size of each message in the queue. Message sizes range from 1 32-bit word to 16 32-bit words. Valid message size options are nume...
Hi,I gave a look at your code, there is not a project file so it is not possible to build and run the project.One thing that I noted is that the configuration of the USB FiFo is missing. Something like this: HAL_PCDEx_SetRxFiFo(&hpcd_USB_OTG_FS, 0x1...