Flash and SRAM address location in MIMXRT1024CAG4B

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Flash and SRAM address location in MIMXRT1024CAG4B

501 次查看
sowmiya_a
Contributor I

Hi,

can you let me know the 4MB flash, 256KB SRAM address location in MIMXRT1024CAG4B?

We tried in datasheet and can't find it.

Please reply asap.

标签 (1)
0 项奖励
回复
2 回复数

479 次查看
diego_charles
NXP TechSupport
NXP TechSupport

Hi @sowmiya_a 

As my colleague Jay  already mentioned, you can check the linker file from any project. Finding  and interpreting the linker file might change  from IDE to IDE or toolchain. In the linker you will find current application flash and SRAM addresses. 

But if you want to know deeper, please check the Memory map chapter from the RT1024 Reference manual. You will see all the available address space that flash and SRAM could have. 

Let us know if you have further questions.

All the best, 

Diego

0 项奖励
回复

486 次查看
jay_heng
NXP Employee
NXP Employee

You can know it from linker file in any SDK example

Flash: 0x6000_0000 - 0x603F_FFFF

ITCM: 0x0000_0000 - 0x0000FFFF

DTCM: 0x2000_0000- 0x2000FFFF

OCRAM: 0x2020_0000- 0x2021_FFFF

0 项奖励
回复