RT1172 RAM sections.

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

RT1172 RAM sections.

838 Views
rexoplans
Contributor III

Can you write RAM blocks in RT1172 series processor? It mentions 2MB space but I couldn't find any details. How much space is in the Cortex core? How much can be used as SRAM? I want to learn. Thanks for your answer.

 

 

#RT1172 #RAMSIZE

0 Kudos
Reply
1 Reply

809 Views
Habib_MS
NXP Employee
NXP Employee

Hello @rexoplans,
The 2MB of RAM refers that the microcontroller RT1172 has an internal memory of this size, where is used by the Cortex M7 to save data or instructions.

This internal memory consists of two parts that, in turn, could be configurated depending on your application. The two parts is the OCRAM (1.25Mb) and the FlexRAM (512kb +128kb shared with the Cortex M4) where both add up to 2Mb.

Habib_MS_1-1724278563222.png

You can access the RAM with pointers using the memory direction of the RAM that you would use.

Also, if you experience any issue, do not hesitate to let me know.

BR

Habib.

0 Kudos
Reply