We have CC2652R connected to a host via UART (just TX/RX, no control or GPIO signals present) and we would like to utilise the ROM bootloader for firmware updates. Given that we have no GPIO present, we can not use the external bootloader trigger pins.
Wondering if we can jump to ROM bootloader from a running application so we can issue a command via UART to put device in bootloader mode?
Looking at SWRA466C Fig 1, ROM bootloader is entered if IMAGE_VALID in CCFG is not valid. Can we perhaps then modify that register within the application and reset the device to enter bootloader?
Is there another (better?) way to achieve this?
Thanks.