diff --git a/FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/NXP_Code/libs/libpower_hardabi.a b/FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/NXP_Code/libs/libpower_hardabi.a new file mode 100644 index 000000000..0e5c92f49 Binary files /dev/null and b/FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/NXP_Code/libs/libpower_hardabi.a differ diff --git a/FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/NXP_Code/libs/libpower_softabi.a b/FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/NXP_Code/libs/libpower_softabi.a new file mode 100644 index 000000000..78e7c633e Binary files /dev/null and b/FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/NXP_Code/libs/libpower_softabi.a differ diff --git a/FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/Projects/MCUXpresso/FreeRTOSDemo.ld b/FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/Projects/MCUXpresso/FreeRTOSDemo.ld index 62a213c12..580fd4e47 100644 --- a/FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/Projects/MCUXpresso/FreeRTOSDemo.ld +++ b/FreeRTOS/Demo/CORTEX_MPU_LPC54018_MCUXpresso/Projects/MCUXpresso/FreeRTOSDemo.ld @@ -35,9 +35,9 @@ MEMORY } /* Initial 32K SRAMX_CODE is used to store kernel functions and - * initial 512 bytes of SRAM_0_1_2_3 is used to store kernel data. */ + * initial 16K bytes of SRAM_0_1_2_3 is used to store kernel data. */ __privileged_functions_region_size__ = 32K; -__privileged_data_region_size__ = 512; +__privileged_data_region_size__ = 16K; /* Symbols needed by the MPU setup code. */ __FLASH_segment_start__ = ORIGIN( SRAMX_CODE );