Flash and SRAM address location in MIMXRT1024CAG4B

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Flash and SRAM address location in MIMXRT1024CAG4B

503件の閲覧回数
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 返答(返信)

481件の閲覧回数
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 件の賞賛
返信

488件の閲覧回数
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 件の賞賛
返信