some question of S32K116 MEMMAP

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

some question of S32K116 MEMMAP

770 Views
mysteryli
Contributor II

when i check the ld file "S32K116_17_flash.ld" i found that the SRAM_U is cut to two area, and i want to know the diff between these two area?

m_data (RW) : ORIGIN = 0x20000000, LENGTH = 0x000020C0
m_data_2 (RW) : ORIGIN = 0x200020C0, LENGTH = 0x00001740

 

file path:

D:\NXP\S32DS_ARM_v2.2\S32DS\software\S32SDK_S32K1xx_RTM_3.0.0\platform\devices\S32K116\linker\gcc

 

thanks

0 Kudos
4 Replies

760 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport
0 Kudos

698 Views
mysteryli
Contributor II

and because i have a var large to 10k, so i need make a large enough sram area to fix this var...

0 Kudos

685 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

It is specified in linker command file. In can be configured as one area. But consider SRAM_L and SRAM_U are two discontinuous memory spaces.

0 Kudos

699 Views
mysteryli
Contributor II

so there isnt any diff between these two sram area? i can change the size of these sram area by my self?

0 Kudos