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.