What ISR Done flag am I looking for in output from filter?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
JeCo_264681
Level 5
Level 5
100 replies posted 50 replies posted 25 replies posted

 Attached is my project. I want the code in main{ } to execute after the DMA_Ch_A and DMA_Ch_B filter channels are complete. My two filter DMA TDs load 2040 samples into each memory location. The interrupts are named isr_dma_A and isr_dma_B.  I declared two volatile unit8 Done flags as global variables but I cannot find any Done flags in the build workspace.  What flag will be set by the ISRs when transfer to memory arrays is complete?

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

When posting a project please use Creator -> File -> Create Workspace Bundle and attach the resulting .zip-file. I cannot open your project right now.

   

 

   

Bob

View solution in original post

0 Likes
10 Replies