开发者

4-bit ECC algorithm

Can anyone give a reference for a 4-bit ECC algorithm?

I 开发者_运维技巧need to implement one for an embedded Nand Flash driver.


Your best bet is probably a Reed Solomon Code. Here is a pretty good explanation of how they work, and here is some code that actually implements the algorithm. It isn't commented very well, sorry about that. Some google action will turn up more.

Good luck.


There are reference implementations readily available for NAND Flash. Check out the implementations in the U-boot and Linux kernel repos.

drivers/mtd/nand/ is the path you want in the repos.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜