How can we re-initiate the ROM bootload sequence in the device before it has finished? Is a hardware reset the only option or should we use HCI_EXT_ResetSystemCmd(HCI_EXT_RESET_SYSTEM_HARD); or HAL_SYSTEM_RESET();? Is there an option to re-initiate the bootloader without resetting the device at all?
Thank you!