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