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.

TMS320F28386D: TI OTP

Expert 2480 points

Part Number: TMS320F28386D

Does only CPU1 have the right to access the TI OTP data?  And CPU2 cannot access to the TI OTP data.

Such as the below

//
// Slope of the temperature sensor
//
#define ADC_EXT_REF_TSSLOPE      (*(float32_t *)((uintptr_t)0x701C8))

//
// Offset of the temp sensor output
//
#define ADC_EXT_REF_TSOFFSET     (*(float32_t *)((uintptr_t)0x701CA))