The internal temperature measured by the ADC is different in debug and not debug mode. When I am debugging, the temperature value measured is correct (about 23°C). Without the j-link debugger, the temperature measured is incorrect (about 18 °C)
I send the temperature value on a serial interface.In the live watch of the IAR tool, I can see the same correct value than the one sent on the serial interface.The problem occurs after a power-down/power-up of my board, like if something is not init...