Hi champs,
I am asking this for our customer.
In TRM
5.7.3 C Code Example to Unsecure C28x Zone1
0x5F090 is for Zone2 rather than Zone1.
Is there anything wrong with the below code?
What is the correct one?
Is it 0x5F010?

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.
Hi champs,
I am asking this for our customer.
In TRM
5.7.3 C Code Example to Unsecure C28x Zone1
0x5F090 is for Zone2 rather than Zone1.
Is there anything wrong with the below code?
What is the correct one?
Is it 0x5F010?

Hi Wayne,
This appears to be an error in the TRM, from looking at the datasheet the DCSM_Z1_REGS memory block starts at 0x5F000 but the offset address of the CSMKEY registers starts at 0x10, not 0x90. 0x5F010 is the correct address.
Thank you,
Luke