Part Number: TMS320C6746
Hi all.
I have put CCS into debug mode to check the registers, but there are no registers for MPU1,2.
How can I see the registers of MPU1 and 2?
Or do they actually not exist?

Thank you very much for your help.
Suzuki
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.
Part Number: TMS320C6746
Hi all.
I have put CCS into debug mode to check the registers, but there are no registers for MPU1,2.
How can I see the registers of MPU1 and 2?
Or do they actually not exist?

Thank you very much for your help.
Suzuki
Yoshiaki,
I don't have a C6746 to try this out on. In general peripheral registers in CCS are defined in XML files that are provided for each device.
When I look at the datasheet for C6746 I see these registers listed on page 128.
www.ti.com/.../tms320c6746.pdf
I dug through our repository of XML files and I don't see these registers listed so it looks like they are just missing. I will loop in the team that supports C6746, they can comment on if there are any plans to add the register definitions for MPU1 and MPU2.
As a workaround you could add the addresses to the expressions view and use it to modify the memory locations where these registers are mapped.
Regards,
John