mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-07 22:57:44 -04:00
Added CM3 MPU demo.
This commit is contained in:
parent
4640196beb
commit
5f896f1640
8 changed files with 1441 additions and 0 deletions
24
Demo/CORTEX_MPU_LM3Sxxxx_Rowley/flash_placement.xml
Normal file
24
Demo/CORTEX_MPU_LM3Sxxxx_Rowley/flash_placement.xml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE Linker_Placement_File>
|
||||
<Root name="FLASH Section Placement">
|
||||
<MemorySegment name="FLASH">
|
||||
<ProgramSection load="Yes" inputsections="*(.vectors .vectors.*)" name=".vectors"/>
|
||||
<ProgramSection alignment="4" size="16K - 0x100" load="Yes" inputsections="*(privileged_functions)" name="privileged_functions"/>
|
||||
<ProgramSection alignment="4" load="Yes" inputsections="*(.init .init.*)" name=".init"/>
|
||||
<ProgramSection alignment="4" load="Yes" inputsections="*(.text .text.* .glue_7t .glue_7 .gnu.linkonce.t.* .gcc_except_table)" name=".text"/>
|
||||
<ProgramSection alignment="4" load="Yes" inputsections="KEEP (*(SORT(.dtors.*))) KEEP (*(.dtors))" name=".dtors"/>
|
||||
<ProgramSection alignment="4" load="Yes" inputsections="KEEP (*(SORT(.ctors.*))) KEEP (*(.ctors))" name=".ctors"/>
|
||||
<ProgramSection alignment="4" load="Yes" inputsections="*(.rodata .rodata.* .gnu.linkonce.r.*)" name=".rodata"/>
|
||||
<ProgramSection alignment="4" load="Yes" runin=".data_run" inputsections="*(.data .data.* .gnu.linkonce.d.*)" name=".data"/>
|
||||
<ProgramSection alignment="4" load="Yes" runin=".fast_run" inputsections="*(.fast .fast.*)" name=".fast"/>
|
||||
</MemorySegment>
|
||||
<MemorySegment name="SRAM">
|
||||
<ProgramSection alignment="4" size="256" alignment="256" load="No" inputsections="*(privileged_data)" name="privileged_data"/>
|
||||
<ProgramSection name=".vectors_ram" size="" alignment="0x100" load="No"/>
|
||||
<ProgramSection alignment="4" load="No" name=".data_run"/>
|
||||
<ProgramSection alignment="4" load="No" inputsections="*(.bss .bss.* .gnu.linkonce.b.*) *(COMMON)" name=".bss"/>
|
||||
<ProgramSection alignment="4" load="No" inputsections="*(.non_init .non_init.*)" name=".non_init"/>
|
||||
<ProgramSection alignment="4" size="__HEAPSIZE__" load="No" name=".heap"/>
|
||||
<ProgramSection alignment="4" size="__STACKSIZE__" load="No" name=".stack"/>
|
||||
<ProgramSection alignment="4" load="No" name=".fast_run"/>
|
||||
</MemorySegment>
|
||||
</Root>
|
Loading…
Add table
Add a link
Reference in a new issue