Other Parts Discussed in Thread: CC3200
Hello Team,
We are using CC2640R2F launch pad, and we are working on Firmware update(Serial Bootloader) from the Server using UART communication.
We are sending Serial Bus Commands to the launch-pad, wherein we are getting proper response as "00 CC". But when we send the actual calculated firmware data (0bf7210001E00000000de8) to the launch-pad we are getting negative acknowledgement (00 33) response.
We have also tried sending data in the HEX and ASCII format through server. We have some queries on the same:
1. In bootloader mode, what is the data format it accepts?
2. If the format is ASCII, then how to send data above 127 ASCII limit? Consider we have 4F as value it is exceeding 127 ASCII limit.
We have also tried sending the above same data (0bf7210001E00000000de8) through UART to the launch pad by enabling the option Send As HEX it is reaching properly and getting correct acknowledgment as 00 CC.
Launch PAD: CC2640R2F
SDK: 3.1 stack Multi role.
Using: Intel HEX file format.
We are referring CC13x2, CC26x2 SimpleLink Wireless MCU Technical Reference Manual (Rev. D) document.
Please let us know if you need any further information from our side.
Thanks & Regards,
Akash