开发者

4-bit ECC algorithm

开发者 https://www.devze.com 2023-01-05 23:12 出处:网络
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 ex

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

精彩评论

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