Westin,
In your original post you stated:
"The upper highlighted part shows the push command at the beginning of a function. nowECC modified this line to push r5 when it should not. In the lower highlighted region, you can see it does not pop r5…
please upgrade to CCS 6.
the download capability includes an auto-ecc generation so it will program ECC for you automatically whenever you download your code.
the compiler also offers you a alternative method - you can generate ECC directly during linking…
I can duplicate your issue. It looks like the ECC generated is incorrect for TMS470MF06607 when they obsoleted the Hamming mask "FMC" feature. There are two options to workaround for now.
You can add compiler version 5.2.2 to the compiler version search…
Hello,
There are three ways to generate ECC:
1. nowECC: it generates the data to be programmed into the ECC memory locations of a TMS570 Platform device with ECC Flash memory.
2. CCS or uniflash: "Auto ECC Generation" feature will enable ECC calculation…
Other Parts Discussed in Thread: NOWECC , TMS570LS1227 Dear TI Experts
I am confused about the ECC algorithm.
I use the nowecc tool to generate the ecc code. for example:
I made a 64bit data with all 0 (.hex format file)
:080000000000000000000000F8…
Speculative fetch is not deterministic.
The "ECC generation" option in Uniflash and CCS enables the ECC calculation for the image only, and doesn't calculate the ECC for the unused flash section. This option may not be sufficient if you are using a…
Other Parts Discussed in Thread: NOWECC I understand that I use nowECC to generate ECC codes for program Flash.
I understand that I initialize RAM before use and then further ECC codes are generated automatically when I write to RAM.
However, I don…
Part Number: TMS470MF06607 Other Parts Discussed in Thread: NOWECC Tool/software: Code Composer Studio Hi ,
I am just starting out developing an application on the above kit. I can build the demo in ccs4, use nowECC and nowFLASH all works great. In…
Part Number: TMS570LS3137 Other Parts Discussed in Thread: NOWECC , HALCOGEN Tool/software: Code Composer Studio Hi there,
I am running CCS 8.0, recently installed. Operating System : Windows 10 home.
I installed "Hercules Safety MCU Demos", version…
Part Number: RM57L843 Other Parts Discussed in Thread: HALCOGEN , , NOWECC
Hello,
I have added the safe Ti diagnostics library 2.4.0 as the procedure mentioned in the example of HALCOGEN 4.07.01,
Some tests are getting pass and some…