Using this code:
/* Enable TSE */
XMC_SCU_StartTempMeasurement();
/* Calculate temperature of the chip in Kelvin */
temp_k = XMC_SCU_CalcTemperature();
Using the XMC1400 boot kit the function "XMC_SCU_CalcTemperature()" always returns 393.
Please help!
Joe.
/* Enable TSE */
XMC_SCU_StartTempMeasurement();
/* Calculate temperature of the chip in Kelvin */
temp_k = XMC_SCU_CalcTemperature();
Using the XMC1400 boot kit the function "XMC_SCU_CalcTemperature()" always returns 393.
Please help!
Joe.