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.

LP-EM-CC2340R5: CC2340 : Use Jlink download image

Part Number: LP-EM-CC2340R5
Other Parts Discussed in Thread: CC2340R5

Hi,Clément:

Thank you for your help.I have tested the bin file you generated and after I burned it to the development board, the programme did not run. Then I followed your documentation but it did not generate a second .out file.

James 

2024.03.27

  • Hi,

    I will check with Clement about this and get back to you.

    Thanks,
    Toby

  • Hi,

    Thank you for reaching out.

    Please ensure you have followed all the steps shared in the PDF document attached to the thread LP-EM-CC2340R5: How to download bin file to cc2345 use jlink?

    For information, the same steps have been confirmed to be working by other users with systems set-up in English language. As your system seems to be set up with a different language, it might make sense to verify that no side effect is coming from this.

    Also, in order to help the debug, could you please help me understand the following line on your log?

    Best regards,

  • I can produce the .out with the CCFG,but I cann't get the .bin file with the CCFG.How to convert the executable (.out) to binary format (.bin) with CCFG?

  • Hi, Clément:

    Thanks for you help, now we can build the second .out file and it works well .But we want burn it via JLINK,we need .BIN file.Would you please tell me how to build .bin file.Thanke you very much.

    James 

    2024.03.30

  • Hi, Clément:

     I modified the makefile as shown below

    buttonled_LP_EM_CC2340R5_freertos_ticlang.bin: buttonled_LP_EM_CC2340R5_freertos_ticlang_WITH_CCFG_CRC.out
    @echo 'Building secondary target: "$@"'
    @echo 'Invoking: Arm Hex Utility'
    "C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmhex.exe" --diag_wrap=off --binary -o "buttonled_LP_EM_CC2340R5_freertos_ticlang_WITH_CCFG_CRC.bin" "buttonled_LP_EM_CC2340R5_freertos_ticlang_WITH_CCFG_CRC.out"
    @echo 'Finished building secondary target: "$@"'
    @echo ' '
    @$(MAKE) --no-print-directory post-build

    I can get a .bin file ,but it don't work , could you please guide me .thankes!

    James

    2024.04.02