This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LC4357: FreeRTOS Problems :(

Part Number: TMS570LC4357


Tool/software:

I use traces which is located in  FreeRTOS header file. And using that i add that events in a char buffer than transmit those datas via UART to my interface. While using freertos i want to use queues for this purpose i can add the datas to queue but when i try to receive all the datas my code stucks in dataEntry or prefetchEntry. What's the thing that i missed? Can someone help please?

Also i though that maybe i misunderstood the general maybe i need to create queues statically for copying data to spesific stack area, but when i try to set configSUPPORT_STATIC_ALLOCATION 1 in freertosconfig.h it gives me error that "undefined declaration statictask_t" . But in FreeRTOS.h it's defined and when i click this statictask_t it's recognized by the ide (or whatever it is im beginner please excuse me ^^) . What might be the problem?

Thank you.