Hi,
I have searched a lot but I did not find a good answer if it is possible to store code of FreeRTOS on the Cortex-M4 internal memory TCM_L and TCM_H together.
So my question is, is it possible to store code on both memory areas without splitting them in the tcm.ld memory definition file? Can I use them as one memory area? In FreeRTOS I can define a .text area which is mapped to a defined memory area of the tcm.ld file.
Does this cause failures if instructions are stored over the area of TCM_L and TCM_H?
Thanks in advance for your reply.