Skip to content

Commit

Permalink
Image v2.7.interrupt doc (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
jancumps authored Nov 22, 2021
1 parent 14a7328 commit 5b1bd82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added docs/source/images/interrupt_bd_trigger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/source/pynq_libraries/interrupt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ into the input of both the interrupt controller and the processing system.
.. image:: ../images/interrupt_bd.png
:align: center

The default Peripheral Interrupt Type, set by the block automation, is Level. This causes that not all interrupts can be caught in Pynq.
Change the Peripheral Interrupt Type in the AXI Interrupt Controller block from Level to Edge, by setting the Interrupt Type - Edge or Level to Manual. Then enter value 0xFFFFFFFF.

.. image:: ../images/interrupt_bd_trigger.png
:align: center


Exploring Interrupts in Software
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 5b1bd82

Please # to comment.