ECC algorithm used by the Nand Controller (NFC) in the Kinetis series processors?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ECC algorithm used by the Nand Controller (NFC) in the Kinetis series processors?

877 Views
yslavcom
Contributor I

Hello, I need to implement in software the ECC algorithm  which is used by the Nand Controller (NFC) in the Kinetis series processors. Reference Manual says it is based on BCH, but I need more details in order to be able to realize it for simulation/test software, i.e. what is the GF(x), is it Reed-Solomon (a subset of BCH), etc

Does anybody know it?

Thank you

Labels (1)
0 Kudos
Reply
1 Reply

704 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi,

The NFC ECC algorithm is BCH, not RS.

GF(x) is Galois field.

BCH code is defined over the Galois field.

Hope that makes sense,


Have a great day,
Kan

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply