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.

RTOS/CC1310: UART image upload data

Part Number: CC1310

Tool/software: TI-RTOS

Hello,

When I send the bin(hex) image to the CC1310 via UART with flash programmer (or IAR)

Is the CC1310 receives the data and analyze it (in boot or some other way)? can it make a check sum on the data?

or is it writes the sectors and CC1310 doesn't control what it receives.

how the crc is done in the flash programmer?

is it reads the sectors of the CC1310 and runs the CRC by itself?

or is it ask the CC1310 to do a check sum and receives the result?

Vitaly

  • Hi Vitaly,

    During CRC verification the flash programmer will ask the CC1310 to calculate the checksum and then compare with the checksum that the flash programmer calculated for the same sector of the input image.

    Regards,

    Øyvind