Regarding the issue with the S32K344_maN_bootlloader-RTD2d0 routine,Timer causes reset, program keeps looping in BOOTLOADER-MAIN-INnit function.At first, I thought the program reset was caused by the watchdog, but I commented out the watchdog initialization program and it still reset. But after commenting out the timer initialization function, it will not reset and the program will enter a for loop.But why does the timer cause the program to reset before entering the for loop after completing the BOOTLOADER MAIN INnit function? Is this correct?