只有 CPU1有权访问 TI OTP 数据吗? CPU2无法访问 TI OTP 数据。
例如以下
// // 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))
