Skip to content

Commit 5b1bd82

Browse files
authored
1 parent 14a7328 commit 5b1bd82

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
33.1 KB
Loading

docs/source/pynq_libraries/interrupt.rst

+7
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ into the input of both the interrupt controller and the processing system.
7474
.. image:: ../images/interrupt_bd.png
7575
:align: center
7676

77+
The default Peripheral Interrupt Type, set by the block automation, is Level. This causes that not all interrupts can be caught in Pynq.
78+
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.
79+
80+
.. image:: ../images/interrupt_bd_trigger.png
81+
:align: center
82+
83+
7784
Exploring Interrupts in Software
7885
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7986

0 commit comments

Comments
 (0)