Altera_Forum
Honored Contributor
21 years agoUsing HAL with DMA question
I am moving from NIOSI to NIOSII. I have an interrupt where if we are still DMA'ing, I just want to return from the interrupt. Before, I just had the following if statement to check the status of the DMA operation:
if((na_USB_DMA->np_dmastatus & np_dmastatus_busy_mask) != 0) How do I do this using HAL? thanx