We are trying to determine if there is a way for a software running on an i.MX RT 117x to trigger the serial download mode of the processor.
We need it to support an unexpected use case of an existing board based on an i.MX RT1175 NXP processor where
- the boot mode pins are not accessible.
- BT_FUSE_SEL = 0
- Boot mode selection pins BOOT_MODE[1:0]=10b (Internal boot)
- Secure boot is enabled
We can consider changing the above settings and other fuses if needed, as long as the board will keep booting by default from the flash and the secure boot remains enabled.
Can you help us understanding if triggering via software the i.MX RT1175's serial download boot mode is possible and - if it is possible - describe the correct procedure to do it?