Part Number: CC2340R5
Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi,
Currently in one of our projects, we are using the CC2340R5 chipsets. We flashed the devices using XDS110 initially for testing the basic functionality of peripherals but would like to flash the firmware using the Serial Bootloader via UART.
I see that there is a SBL tool available on this GITHUB link which implements the host sequence.
We are trying to test the SBL tool on a Linux platform.
The current problem that we are facing is that the SBL tool is displaying the "ERROR: baud detect failed" message.
Is it possible to put the device into serial bootloader mode by asserting/de-asserting a boot pin?
We would expect the below steps
Step1: Host asserts/de-asserts a boot pin and resets the device
Step2: Host goes ahead with sequence mentioned in the TRM for serial bootloader on CC2340R5.
Step3: Upon completion of the firmware update, rest the device and jump to application code.