Flash and SRAM address location in MIMXRT1024CAG4B

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

Flash and SRAM address location in MIMXRT1024CAG4B

504 Views
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.

Labels (1)
0 Kudos
Reply
2 Replies

482 Views
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 Kudos
Reply

489 Views
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 Kudos
Reply