cc2538-bsl icon indicating copy to clipboard operation
cc2538-bsl copied to clipboard

UART0 pin as backdoor enable pin on CC26xx and CC13xx

Open JelmerT opened this issue 5 years ago • 0 comments

Found this interesting line in the Tech Ref Manual of the CC1350

If the backdoor pin configuration matches one of the UART0 or SSI0 pins, the external user must deassert the backdoor signal before transmitting on the UART0 or SSI0 interface.

Pretty sure this wasn't possible with the CC2538, but probably it is with the CC26xx. So if we use the RX line for the bootloader enable pin, we could make entering the bootloader slightly easier. Instead of having to do the select + reset finger dance, you'd just need to reset the chip.

JelmerT avatar Jan 04 '19 11:01 JelmerT