Hi,
I'm looking for solution when entering ROM uart bootloader using ROM_UpdateUART when watchdog is enabled before.
if the watchdog time-out is small (like 1s) it may reset the MCU during bootloader programming period, and corrupt the whole process,
I don't want to increase the watchdog timeout before entering bootloader,
if only I could disable watchdog (I know this can't be done, only after reset) before entering bootloader mode
Any suggestions?