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:
Hi sir
I get .bin file by following step
Using uniflash to loading code to MCU
The code should make the Launchpad's LED4 flash, but the code is not executed after the programming is completed.
Hi,
Uniflash will just program the code will not execute the code. For execution you need to power cycle the device and then it will start running.
Are you doing the same thing and seeing issue while executing?
Thanks & regards,
Rajeshwary
After I try to use the .out file to burn, it automatically runs the program
I chose to use .hex (intel) and .bin to burn but it cannot be executed. Even if I complete the burning and power on again, it will not run.
After burning .hex and .bin, I verified that they were correct through the verify image button.
Hi Aaron,
Uniflash do not support .hex(Intel format.
Thanks & regards,
Rajeshwary
The main problem at the moment is that I use the bin file to burn, and I also compare it with the actual data in the bin file through the memory page to confirm that the data is burned in, but when I run it in the way you explained above, the program code is not executed.