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.

DM814x DSP and MMU

The page below

http://processors.wiki.ti.com/index.php/SysLink_MMU_Support

indicates that MMU is turned off for the DSP when using syslink 2.10 and later. How does one verify that ?

  • If you don't want to trust the documentation, you can try to check the MMU registers to see if it is enabled. I think there is an MMUENABLE bit in the MMU_CNTL register which should be 0 to ensure the MMU is off. Please refer to the device's TRM documentation for more information on the MMU registers.

    Best regards,

    Vincent

  • Thanks for your response. I am looking at the TRM (Literature Number: SPRUGZ8A 14 November 2011–Revised February 2012) section 1.4.5 (MMU Registers) and I don't see a definition for the base address of the MMU. All registers are listed in terms of offsets. I must be missing something rather basic here?

  • Andrew Elder said:

    Thanks for your response. I am looking at the TRM (Literature Number: SPRUGZ8A 14 November 2011–Revised February 2012) section 1.4.5 (MMU Registers) and I don't see a definition for the base address of the MMU. All registers are listed in terms of offsets. I must be missing something rather basic here?

    I also checked the datasheet sprs647c.pdf.

  • In the datasheet, page 30, there is an entry for 'DEMMU Peripheral Registers'. I think that is what you are looking for. You may also want to check with the device forum if you need additional details.

    Best regards,

    -Vincent