FreeRTOS+LPC17xx+MPU with Keil

dimasusl wrote on Thursday, October 07, 2010:

Hi, All!

How to convert a demo project “CORTEX_MPU_LPC1768_GCC_RedSuite” for compile this in Keil (using RVDS)?

I know that this is easily done with demo project without MPU by replacing the files that are in Source/portable/RVDS/ARM_CM3.

rtel wrote on Thursday, October 07, 2010:

The FreeRTOS and FreeRTOS MPU port layers are different.  The download only includes the FreeRTOS MPU port layer for the GCC compiler, so you would have to look at the differences between the two GCC port layers and implement the same for the Keil tools.

Regards.