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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -