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.

AWR1843: How to write a program to the memory of AWR1843

Part Number: AWR1843
Other Parts Discussed in Thread: UNIFLASH

Is there a tool needed to write a program to AWR1843? (Ex. Debugger, USB connector)

Also, what kind of tools would you recommend if you had the necessary tools to write?

  • Hi Hiroyuk-san,

                            For writing program to AWR1843 or any AWR device we make use of CCS or any editor like VS code and build using a command line or CCS project spec. I am not sure if this is what you had asked.

                            Can you please be a bit more specific in the question?

    Is there a tool needed to write a program to AWR1843? (Ex. Debugger, USB connector)

                            I did not fully understand this statement.

                           Let me know if you have any questions.

    Thanks and Regards,

    Akshay.

  • Hello, but I'm sorry that the question is unclear.

    What I wanted to hear was a tool for writing the created program to the MCU in AWR1843.
    (Therefore, it was described as a debugger or a USB connector.)

  • Hi Hiroyuki-san,

                             The ideal way to write code to MCU in AWR1843 is to make use of CCS/VS code editor, then build the files using gmake. Once the application/binary is built as per the code. Then load the binary using CCS or flash the application to AWR1843 using uniflash after which application would work.

                              Let me know if you have any questions.

    Thanks and Regards,

    Akshay.

  • Hello, but thank you for answering the question

    I'd also like to ask how to build files, but I'm asking about the devices needed to flash binaries and applications to AWR1843.

    Which pin should I connect to to write the program?

  • Hi Hiroyuki-san,

                             For building the files and flashing the binaries, I would request you to start with mmWave SDK user guide available at:C:\ti\mmwave_sdk_03_05_00_04\docs .You could probably go through the sections starting from 1-5 in the user-guide to get a good idea of the building/flashing procedure.

                             Let me know if you have any questions.

    Thanks and Regards,

    Akshay.