This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1312R: Flashing FW via BeagleBones UART

Part Number: CC1312R
Other Parts Discussed in Thread: SYSCONFIG, CC2538

Hello,

we have CC1312 which uses UART to communicate with BeagleBone. There are used DIO15 and 12 for the uart on the CC1312 (so not the default). Can I use the serial ROM bootloader even I have different UART? So on the CC1312 I have to only enable bootloader and choose another pin for going into bootloader via sysConfig, dont I? Is that all what I have to set on the CC1312 side? Do you have a Linux program, nice would be in C language which can simply flash the FW into the CC1312? I found only

https://github.com/JelmerT/cc2538-bsl

but it is in Python and the main problem is that I do not know where to choose which pins (in my case BeagleBone) will be used to reset and going to bootloader mode.

Thank you in advance, Igi.