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.

CC2544: How to update bin file to CC2544x using CCdebuger

Part Number: CC2544
Other Parts Discussed in Thread: CC2541, CC2540,

Hi All,

I want to update bin file to CC254x using CCdebuger.

After check with flash programmer and flash programmer console, it seems not support bin file to update all of the flash.

Please help to check if there is any way to update flash by bin file. Thanks!

BR,

Jack

  • Hello Jack,

    Please refer to the command line utility SmartRFProgConsole.exe help menu for binary programming options. Note that binary programing is performed on a per-page basis.

    Best wishes
  • Hello JXS,

    Thanks for your reply.
    So, binary programming can only perform on a page basis.
    If I want to program the binary file to the flash, I should perform 32 command line for each page on CC254x right?
    (Total 32 pages )

    BR,
    Jack
  • Hello Jack,

    Yes, however page size is 2kB for CC2540/CC2541 so this will be 64 or 128 operations depending on the flash size of the part. It's preferred to use hex files for programming though.

    EDIT: I just realized that your inquiry is for CC2544 which has 32kB of flash memory and a 1kB flash page size. Sorry for the confusion. So yes, 32 operations are required.

    Best wishes