This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2634: Content of the Regions 2 and 4 in ROM

Part Number: AM2634

Hello,

The AM263x TRM refers to 2 ROM regions named "Region 2 - ROM Read-only Exec" and "Region 4 - ROM User Access" (section 5.7.1 Memory Layout/MPU).

What are these regions for? Are they used by some of TI SDK components? Could they be used directly by the customer application?

Thank you.


Best regards,
François.

  • Hi Francois, Sorry for the delayed response on this.

    Region 2 - ROM Read-only Exec -> This actual ROM area.

    Region 4 - ROM User Access -> ROM uses this area to to download the SBL (Like to keep stack and global data etc) , post that it can be used by customer application.

    Best Regards, Shiv

  • Hi Shiv,

    Thank you for the response—not so slow by the way, less than 1 day!

    So, region 4 is actually 16KB RAM accessible by the SBL, then the user, correct? That's good to know! I would suggest to put a more meaningful description in the TRM than "ROM User Access" which could be interpreted as being ROMy, not RAM.


    Best regards,
    François.