Tool/software: Code Composer Studio
I need to use the command line to program the program to the off-chip flash in CCS7.4.0. What is the corresponding command?
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.
Tool/software: Code Composer Studio
I need to use the command line to program the program to the off-chip flash in CCS7.4.0. What is the corresponding command?
Hi,
I am not sure there is a command to do this. Check the available nor/nand writers in processor sdk rtos, see ~/ti/pdk_am65xx_1_0_4/packages/ti/boot/sbl/tools/flashWriter
Best Regards,
Yordan
Okay, it's just a different version of the pdk (I showed the path for am65 pdk for reference). Enter ~/ti/pdk_c665x_2_0_11/packages/ti/boot/writer.
Best Regards,
Yordan
Hi,
You can navigate to the evmc6657l and build the writer, then use the binary from the linux (or windows) console.
Best Regards,
Yordan
There is also a prebuilt version in evmc6657l/bin directory.
Best Regards,
Yordan