Hi,
SDK Using for FW upgrade : ti154stack_linux_x64_4_40_00_03
example code using : cc13xx-sbl
OD Platform : Linux Ubuntu
Interface : UART
EVK : CC2652-R7 Development Kit
Host to upgrade the FW : Linux PC
Client to download the FW : CC2652-R7
HW Connection :
For CC2652-R1 :
On linux laptop side, UART TX and Rx pin of USB to UART converter is connected to the (TxD and RxD) pin or (DIO2 and DIO3) of CC2652-R7's EVK
My Query;
1) Instead of (TxD and RxD) pin or (DIO2 and DIO3) in CC2652-R7's EVK, We need to use the DIO23 and DIO24 th pin on our target board for FW upgrade but In our target board XDS110 will not be available. So, Without using XDS110 Shall we use only DIO23 and DIO24 th pin for UART Tx and Rx for firmware upgrade ?
As Given in the below image In previous project, We succeed the FW upgrade in CC2652-R1 but Now We are trying it in CC2652-R7 chipset.