Part Number: CC2652R
Other Parts Discussed in Thread: UNIFLASH, FLASH-PROGRAMMER
Hi,
Helping out on an student project.
Using the CC2652RSIP with a custom PCB, with the pins brought out for the serial bootloader UART interface. They have compiled and converted the Project Zero from the resource explorer to binary in CCS using the instructions from the manual. They use a standard UART connection through a USB-UART FTDI chip. When programming the SIP they send the following:
Dummy package (got ack)
Baud Sync at 9600B (got ack),
Get status (got ok ack)
send back ack,
erase bank (got ack),
Get status (got ok ack),
send back ack,
send download address: 0, size: size of binary in bytes (got ack),
Get status (got ok ack),
send back ack,
send data, first 252 bytes (got ack),
Get status (got ok ack),
send back ack,
send data, second 252 bytes (got nack),
resend (got nack)
and it continues to give nack if continue to resend,
If they send a get status the process hangs and it stops responding.
What would be the recommended debug route?
Thanks in advance!
KR,
Lucas