Tool/software:
I am currently working in CCS, and I've built a small project using freeRTOS by downloading the freeRTOS kernel source code from their website, and then copying it into the CCS project.
When choosing a port of freeRTOS, I chose portable/CCS/ARM_CM4F. This port compiles with the CCS compiler, however, it does not support usage of the MPU. Are there any examples of using freeRTOS on the Tiva Series chips and also enabling the MPU?
I have also tried using a port such as portable/GCC/ARM_CM4_MPU, but the kernel code in this port does not compile, since CCS does not use the gcc compiler.
My CCS version is 12.7.1.00001, and I am using the TM4C129ENCPDT.