I'm trying to access the bootloader using cc2650 + devpack by editing the CCFG and setting the flash image as invalid. According to http://www.ti.com/lit/an/swra466a/swra466a.pdf that should cause the device to enter the bootloader and it should respond to commands if BL is enabled (it is). Unfortunately, after sending 0x55 0x55 I never get a response from the device. I've tried wiring the UART pins from the devpack to another MCU and sending commands from there as well as sending the commands directly from my PC but I'm unable to get any sort of response either way.