IO Pin acces through user space = reducing NAND Flash lifetime?

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

IO Pin acces through user space = reducing NAND Flash lifetime?

1,201 次查看
rkager
Contributor I

Dear community,

we are starting with our first linux project. Before we were just working on micros without OS. As we wonna run the applicaiton in python there is no simple IO register access (we use a MX6ull at the moment). If we toggle a pin (5 leds) through the user space it is always a sysfs access which will result in a NAND Flash access, am I right? As this will cause a reducing of the lifetime of the NAND flash for just blinking a LED? Can this be neglected? Do we have to write a C program which access the IO pin directly to solve this?

Thanks

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

1,146 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Reinhard

if toggling  pin through the user space will not provide correct nand access

(as defined in nand datasheet), this will not reduce lifetime of the NAND flash.

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