]> git.sur5r.net Git - freertos/commit
Use the linker script variables for MPU setup for Keil Simulator Demo
authorgaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 17 Dec 2019 00:14:26 +0000 (00:14 +0000)
committergaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 17 Dec 2019 00:14:26 +0000 (00:14 +0000)
commitb96b050609514cfc4f3eaceeb128272db20d17c5
tree370bb4d517ef0b169fc4b9701354c66673d88c8a
parentc34c7c40825cf1556c5addfb9cb1c0b88374e8be
Use the linker script variables for MPU setup for Keil Simulator Demo

Earlier we were using hard-coded addresses for MPU setup which
were ensured to be the same as linker script setup. This change
updates the Keil Simulator demo to use the variables exported
from the linker script. This ensures that the MPU setup does not
go out of sync with linker script.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2761 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/FreeRTOSDemo_ns.sct
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/main_ns.c