Other Parts Discussed in Thread: UNIFLASH,
Hi
I've made a small uart driver on the Renesas RX65, for enabling bootloadermode in CC3130 and then programming, similar as UniFlash.
I've logged UART communication when programming via the UniFlash and I see an unknown cmds/telegrams coming just before the programming starts.
Can you help me in decoding this since I cannot find the Opcodes/telegrams in the bootloader protocol (swpa231.pdf January 2019)
The Uniflash sends on TX (RX on CC3130)
0x00, 0x07, 0x33, 0x31, 0x00, 0x00, 0x00, 0x02 (seems Opcode is 0x31 ??)
The CC3130 then replies:
0x00, 0xcc (ACK), 0x00, 0x0A, 0x24, 0x10, 0x00,0x02,0x00,0x00,0x9D,0x60, 0x15
The last I can also not decode.
Thanks in advance.
BR
Jørgen Busch