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.
Good day. I have a question.
Im use FreeRTOS for my small project. When i run every task or function that uses freertos api from the main file - everything works fine.
When i try to move tasks or functions to the other file in the other directory and run them, i get prefetchEntry when it goes to xQueueReceive or xEventGroupSetBits and etc (the scheduler starts without any issues, i included header files with the protorypes, and freertos files in the every file with functions).
What i noticed is that, for example, xQueueReceive does its job (dataObject received, CCS debuger showed that) , but then - prefetchEntry.
So what is the problem? i dont get it.
What does prefetchEntry exactly mean then?
Im a bit of Java programmer and errors statckTrace is understandeable, but here... i just dont understand what is this...)