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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -