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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

1,096件の閲覧回数
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,041件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------