Now I know how to use nowECC tool. But also I have two question.
My IDE is IAR. I use the IAR to produce the file.out and file.hex, which format file should as the input file?
In the nowECC user guide, the input file should be one of this(Extended Tektronix;Intel Hex;ASCII Hex;Motorola S;COFF;ELF). But also in the nowECCuser guide,there is also an example:nowecc -i file.out -f021 16M_ADD -o file_ecc.out. The input file is file.out. which input file should I choose?
When I choose the file.out as the input file, there is no error . If I choose the file.hex as the input file, there is an error.
My device is tms570ls3137, this is my command:nowecc -i file.hex-f021 16M_ADD -r4 -a -o file_ecc.hex.
what's wrong with me?
Can J-TAG be used to load to the flash? Does nowflash or uniflash sopported J-TAG/T-LINK? If not, what should I do? Should I must my debugger or change my IDE to CCS? If can,what's the steps?