Forum Discussion
Altera_Forum
Honored Contributor
11 years agoDeviceIOControl - DMA - Interrupt issues
Hi, Here is the logic flow: 1. GUI program sends DeviceIoControl command setup to driver: setup DMA descriptors 2. GUI program sends DeviceIoControl command Start to driver: call ...
Altera_Forum
Honored Contributor
11 years agoThere are two problems: One it needs synchronization, and the other is to check the interrupt status registers, because the interrupt is shared by both read and write. That fixes the problem.