cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with DMAx_Streamy_IRQHandler

Posted on November 19, 2016 at 10:15

The original post was too long to process during our migration. Please click on the attachment to read the original post.
1 REPLY 1
Posted on November 20, 2016 at 03:25

The transfer length is 3 16-bit words, not 6 bytes, use sizeof()/2

You'll be interrupting very frequently, consider a bigger buffer.

Ending in the default handler suggests that your IRQHandler isn't linking properly, are you using a .CPP file, or C++ syntax (compile as if). If so you'll need to address name mangling, use extern ''C''

If there is no interrupt at all, look at the DMA flags, errors

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..