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))
