Hi,
I have some questions that I would to ask you. I hope that you will help me.
I used HalcoGen to generate the code to using FreeRTOS in TMS570LS3137 HDK.
The first question is related with the MPU. Is the MPU of FreeRTOS linked with the MPU of the microcontroller? If the answer is not, can I use the MPU configured in HalCogen while FreeRTOS is running?
The second question is about the data allocation in the RAM memory map. When I put the variables in the task using FreeRTOS, they automatically goes to the ".kernelHEAP" section. I used to change it using "#pragma SET_DATA_SECTION" , but it doesnt works in FreeRTOS. Can I create sections within the tasks? Or, can I get the data off ".kernelHEAP" somehow?