Other Parts Discussed in Thread: NOWECC , UNIFLASH HI,
sorry, maybe it is a stupid question ;-) Does ECC Flash Error Detection (not correction) need to generate the data with nowECC for the RM46?
Thanks
Hello jiri,
I would like to stand corrected as we got confirmation from tools team that support will continue for nowECC mainly to cater the customers who are not using CCS.
In the meanwhile we will also continue to support the CCS based tool chain…
Thanks, John. If it is the case that we can't load the NowECC file into memory using IAR-EW, then we will need to generate ECC when we write our flash loader. I'll let you know if that doesn't work - thanks for the help.
Hello,
flash filling is exactly what we wouldn't like to do. Flash filling would always result in a huge output file, containing all the 0xFF in unused sections.
As the flash erased value is 0xFF, it would be sufficient to specify somehow in the nowECC…
Other Parts Discussed in Thread: NOWECC , UNIFLASH Dear all,
I have received an error message by nowECC:
"Ignoring the root name command since the output file is not in COFF/ELF format.
Error 40 - Invalid record type 05 found in Intel input file…
Other Parts Discussed in Thread: NOWECC , TMS570LS20216 Hi All,
I am running the nowECC utility, so that I can verify my own ECC calculation code. unfiortunately, nowECC crashes out without generating the ECC file.
The command line I am using is:…
Anthony,
I have added the fill = 0xffffffff {} option to each flash section in my linker cmd file
I have the following flash ranges defined in the linker cmd:
BTAPITBL (R) : origin = 0x00008000, length = 0x000060
BTCNFTBL (R) : origin = 0x00008060…
Alan,
The latest NowECC is release 2.17 and is available for download at:
http://www.ti.com/tool/nowecc
The option for TMS570L2x are:
nowecc.exe -F035 -r4 -i filename.out -a
The -a option will append the ecc section at the end of the original…
Other Parts Discussed in Thread: NOWECC , RM48L952 , UNIFLASH Hi
I'm using nowECC v2.21 to generate ECC data in my outfile for the RM48L952PGE processor. I use the following command line (as recommended in the TI wiki ):
nowECC.exe -i temp.out -o…