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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

449 次查看
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

标签 (1)
0 项奖励
1 回复

276 次查看
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 项奖励