Hi,
we are working with an imxrt1024, when we Deinitialize the EnetPll or the external 24Mhz clock(before a jump in a bootloader) the program breaks ( in a debug session) and we lose the MCU, we only recover it with switching to serial downloader mode and initializing all the peripherals.
if we don't Deinitialize them we encounter no problem and everything works fine (after the jump).
we would like to know how to properly deinitialize them and if it is necessary before a jump ?
code:
OM120_0-1698751466611.png
debug session result:
OM120_1-1698751518253.png
thanks in advance.