We are using nand flash in out project and we have binary for the same. I want to insert ECC information in this binary and for that I have looked in different ti tools but not found any useful.
There are different types of ECC algorithms like 1 Bit Hamming, 4-BCH, 8-BCH etc. I want to insert 1 Bit Hamming ECC information in my binary.
Already tried NOWECC tool from ti but not found exact command that can create binary with 1 bit hamming ECC information.
Can you suggest any ti tool that can calculate ECC information and give final converted binary that contains ECC information as well?