I want to program the LM3S5R31 through the JTAG port of the LM3s811 evaluation Kit. How can i know that i successfully communicate with the LM3S5R31?
I am using the command line below but failed to program the LM3S5R31
"C:\Program Files\Texas Instruments\Stellaris\LM Flash Programmer\lmflash.exe" --interface=ICDI --debug-port=JTAG --erase=all --verify --reset BootAndAppImage.bi
Eugene Khor I am using the command line below but failed to program the LM3S5R31
Will you please provide more detail on the failure.
Below is the error message:
** ERROR**: The verify failed! First failing address: 0x00000000
Expected : 0x78 Read: 0xF8
I suspected that the programmer not able to talk to the LM3S5R31.
Thanks