Forum Discussion
Altera_Forum
Honored Contributor
10 years agoi had solve this problem that, i put the sub-routine into another c file, such as "sgdma_rx", "sgdma_tx", and the isr routines for tx and rx;
then in the task of uCOS, calling these sub-routine, then it worked and can use the callback function , and enter into interrupt routines.