Can someone give a link to the 4-bit ECC algorithm?
I need to implement one for the built-in Nand Flash driver.
Best of all, most likely, is the Reed Solomon Code . Here is a pretty good explanation of how they work, and here is some code that actually implements the algorithm. This is not very well commented, sorry. Some google action will be displayed more.
Good luck.
NAND Flash provides reference implementations. Check out the implementations in the U-boot and Linux kernel repositories.
drivers/mtd/nand/- , .
Source: https://habr.com/ru/post/1753693/More articles:Question from the bit-screening site - bit-manipulationWordpress 3 Multisite with the same Mediatibrary - imageThe PHP variable $ _SERVER ['SERVER_ADDR] always returns 127.0.0.1 - linuxHow to prevent duplication of content when re-routing pages in CodeIgniter? - codeigniterhelp with unix tar and grep loop - unixIs the Java Virtual Machine provided by Sun written in Java? Is Dot Net Framework in C ++ or C #? - javaDoes the ASP.net page on IIS use multi-core processors? - multithreadingSetCacheable throws IndexOutOfBoundsException - nhibernateButton with image and text - asp.netActivity remains on the Android screen - androidAll Articles