Plugin IAR ARM

Hello! I got trobules using the pugin in IAR I can see the tasks but in the window of Queues i got always the same message: “Please set configQUEUEREGISTRYSIZE in FreeRTOSConfig.h to a non zero value to view the queue data”
I put  5 in configQUEUE_REGISTRY_SIZE and I still having the same trouble
Any help? Regards

Plugin IAR ARM

I’m afraid I don’t know, it should just work with that setting, but this thread https://sourceforge.net/p/freertos/discussion/382005/thread/d65929b6/ is also reporting a problem. Maybe you are both using the same version? The plug-in is not provided by us.

Plugin IAR ARM

I had the same issue. I’m on IAR 8.30.2 You have to add it to the Queue registry after creating the queue. ~~~ vQueueAddToRegistry(xQueue2, “Qusartrx”); ~~~