arm - Handling gpio Interrupts in u-boot -


How do I know that support for my architecture comes in the middle? If this supports, how can we interrupt some GPIO pin? In my case another board is interrupting the GPIO pin. Can I see this boot in the U-boot level and process it in handling? I am using hand architecture

A short answer, indeed there are no interrupts in U-Boot.

Normally you do not need interrupts in U-Boot. U-Boot strictly has a single function from nature and design.

All external devices are implemented in the nurtured mode.

is voted by U-Boot design (Simplicity).

More good info here


Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

c++ - Redefined variable in the other module -