diff --git a/Alif/AppKit-E7_USB/Board/AppKit-E7_M55_HP/RTE/Device/AE722F80F55D5LS_M55_HP/linker_gnu_mram.ld.src b/Alif/AppKit-E7_USB/Board/AppKit-E7_M55_HP/RTE/Device/AE722F80F55D5LS_M55_HP/linker_gnu_mram.ld.src index a1c5392..7dc4934 100644 --- a/Alif/AppKit-E7_USB/Board/AppKit-E7_M55_HP/RTE/Device/AE722F80F55D5LS_M55_HP/linker_gnu_mram.ld.src +++ b/Alif/AppKit-E7_USB/Board/AppKit-E7_M55_HP/RTE/Device/AE722F80F55D5LS_M55_HP/linker_gnu_mram.ld.src @@ -113,7 +113,6 @@ SECTIONS .code.at_itcm : ALIGN(8) { - *(.text*) *(.itcm*) /* Object targeting ITCM */ . = ALIGN(16); } > ITCM AT > MRAM @@ -167,6 +166,7 @@ SECTIONS *(.bss.lcd_frame_buf) /* LCD frame Buffer. */ *(.bss.camera_frame_buf) /* Camer Frame Buffer */ *(.bss.camera_frame_bayer_to_rgb_buf) /* (Optional) Camera Frame Buffer for Bayer to RGB Conversion. */ + *(.bss.*) } > SRAM0 #endif @@ -174,7 +174,6 @@ SECTIONS { __bss_start__ = .; *(.bss) - *(.bss.*) *(COMMON) . = ALIGN(8); @@ -261,6 +260,7 @@ SECTIONS *(SORT(.dtors.*)) *(.dtors) + *(.text*) *(.rodata*) KEEP(*(.eh_frame*)) diff --git a/Alif/DevKit-E8_ETH/Board/DevKit-E8_M55_HP/RTE/Device/AE822FA0E5597LS0_M55_HP/linker_gnu_mram.ld.src b/Alif/DevKit-E8_ETH/Board/DevKit-E8_M55_HP/RTE/Device/AE822FA0E5597LS0_M55_HP/linker_gnu_mram.ld.src index 263a7c6..2e38ba8 100644 --- a/Alif/DevKit-E8_ETH/Board/DevKit-E8_M55_HP/RTE/Device/AE822FA0E5597LS0_M55_HP/linker_gnu_mram.ld.src +++ b/Alif/DevKit-E8_ETH/Board/DevKit-E8_M55_HP/RTE/Device/AE822FA0E5597LS0_M55_HP/linker_gnu_mram.ld.src @@ -145,7 +145,6 @@ SECTIONS .code.at_itcm : ALIGN(8) { - *(.text*) *(.itcm*) /* Object targeting ITCM */ . = ALIGN(16); } > ITCM AT > MRAM @@ -175,6 +174,7 @@ SECTIONS *(.bss.lcd_frame_buf) /* LCD frame Buffer. */ *(.bss.camera_frame_buf) /* Camer Frame Buffer */ *(.bss.camera_frame_bayer_to_rgb_buf) /* (Optional) Camera Frame Buffer for Bayer to RGB Conversion. */ + *(.bss.*) } > SRAM0 #endif @@ -182,7 +182,6 @@ SECTIONS { __bss_start__ = .; *(.bss) - *(.bss.*) *(COMMON) . = ALIGN(8); @@ -269,6 +268,7 @@ SECTIONS *(SORT(.dtors.*)) *(.dtors) + *(.text*) *(.rodata*) KEEP(*(.eh_frame*)) diff --git a/README.md b/README.md index 1828640..8c2471c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [](https://github.com/Arm-Examples/Safety-Example-STM32/blob/main/LICENSE) [](https://github.com/Arm-Examples/SDS-Examples/tree/main/.github/workflows/Build_AC6.yml) +[](https://github.com/Arm-Examples/SDS-Examples/tree/main/.github/workflows/Build_GCC.yml) [](https://github.com/Arm-Examples/SDS-Examples/tree/main/.github/workflows/Test_Alif_E7.yml) [](https://github.com/Arm-Examples/SDS-Examples/tree/main/.github/workflows/Test_Alif_E8.yml) [](https://github.com/Arm-Examples/SDS-Examples/tree/main/.github/workflows/Test_ST_KeywordSpotting.yml) @@ -68,6 +69,7 @@ Refer to [Understanding GitHub Actions](https://docs.github.com/en/actions/get-s |