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.

CC1310: How to config image code address for OAD purpose

Part Number: CC1310

Custom generate their application project code to be image bin file for OAD purpose. Consider they will put the BIM bootloader code from the Flash address 0x0, so they want to change the application project code from original flash start address 0x0 to other address such as 0xB100.

They modify the flash start address in application code project icf file in IAR environment as below picture, then generate the new image bin file, however they found the new image bin content seem not correct, there are still some data before 0xB100 address. 

Does any other setting need to configure?

  • Hi Terry,

    1) What SDK example are they basing their application on?

    2) What version of SimpleLink CC13x0 are they using?

    3) As a general advice I would recommend them to look at the existing OAD examples and check how this is solved there.