Hi TI experts,
As I understand, to enter ROM based serial bootloader under a valid image is running, a backdoor pin and the related level must be monitored and handled.
But, in my case, our BLE module will have only UART Tx and Rx pins with an external host MCU.
The reference application example for flash based bootloader also is using the PIN_BL_ENTER as a backdoor pin with a level as a trigger.
If I just can use UART Tx & Rx pins, how to trigger to enter the flash based serial bootloader?
If no problem to modify the reference code to check the pin, can I assign the UART Tx pin to general IO pin with input direction mode and then monitor the pin's level being driven with low signal by the external host MCU ?
Of course, after triggered and entered the mode, I will assign the UART Tx pin to output direction mode.
Up to here, my question is with respect to flash based bootloader.
from here, I would like to ask the same concept on ROM based bootloader.
As "the backdoor pin configuration matches one of the UART0 or SSI0 pins" mentioned, again, could the UART Tx pin be switched to a general IO pin with temporarily input direction mode as the backdoor pin for ROM based bootloader too? or UART Rx pin only could be available for it?
If possible, ROM based bootloader is better than flash based bootloder to make user application area to have more area of flash memory.
Thanks in advance,
Ji Won