Hi QJ,
Thank you for your response, I did not mention that we are not using Code Composer IDE for our application, we are using IAR Embedded workbench on eclipse, so we need to generate and download ecc with an external tool (we are using nowECC )
I've…
hi
user4426369
check the SPNU491D–April 2014 carefully, it said The output file is of the same format as the input file
the .hex format is verified by me
and if you try something like that :
nowecc -i E:\project0432\project0432\Debug\project0432.hex…
Other Parts Discussed in Thread: TMS570LS3137 , NOWECC , HALCOGEN Dear all,
First of all, I am using TMS570LS3137 HDK. I am trying to create a simple canbootloader program which will be located at the end of the flash bank 1. It will be available while main…
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
Other Parts Discussed in Thread: TMS570LS3137 , NOWECC My device is tms570ls3137.
my IDE is IAR
my debugger is J-TAG.
Can I use nowFlash ? Which version? Is uni
Another question:what's the difference between nowflash and nowECC?
Other Parts Discussed in Thread: UNIFLASH , NOWECC 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…
Other Parts Discussed in Thread: NOWECC , CODECOMPOSER Dear support,
in this forum post there is mentioned: " But use of nowECC has been replaced by compiler generated ECC... "
Does it mean that TI do not intend to support nowECC as a stand-alone tool…
Other Parts Discussed in Thread: NOWECC , RM48L950 I am trying to set up SECDED on an RM48L950. The nowECC memory map parameter has 5 options: -F021 16M_ADD, -F021 16M_NOADD, -F021 8M, -F035, -LF035, -F05. It's not clear which of these match the RM48, which…
Other Parts Discussed in Thread: TMS570LS3137 , NOWECC Hello,
to generate valid ECC data for the entire internal flash memory of the TMS570LS3137 we would like to specify the memory range from 0x0 to 0x2fffff.
nowECC -i application.hex -r 0x0 0x2FFFFF -o…