Hello people of the Forum,
I need help once again. I want to read the Onchip Temperature of the XMC4300 Relax Board, but it doesnt work.
Infineon has an document for the XMC1000 descirbing this procedure
https://www.infineon.com/dgdl/Infine...531c6aadc94791
.... BUT: For XMC4300 it doesnt work.
I include "xmc_scu.h" in my Code but in this File there isnt a function called XMC_SCU_CalcTemperature().
In my Code I do XMC_SCU_StartTemperatureMeasurement() and after that I do XMC_SCU_GetTemperatureMeasurement(). But this only return 0.
--> How is the reading of the Temperature on XMC4300 working?? It couldnt be that hard and I cant be the only one, who has a problem with it.
I need help once again. I want to read the Onchip Temperature of the XMC4300 Relax Board, but it doesnt work.
Infineon has an document for the XMC1000 descirbing this procedure
https://www.infineon.com/dgdl/Infine...531c6aadc94791
.... BUT: For XMC4300 it doesnt work.
I include "xmc_scu.h" in my Code but in this File there isnt a function called XMC_SCU_CalcTemperature().
In my Code I do XMC_SCU_StartTemperatureMeasurement() and after that I do XMC_SCU_GetTemperatureMeasurement(). But this only return 0.
--> How is the reading of the Temperature on XMC4300 working?? It couldnt be that hard and I cant be the only one, who has a problem with it.