Posted on May 24, 2018 at 16:44Charlie once again thank you for your input - I am pleased to say with my mbed OS5 framework I finally determined that I needed the following:NVIC_SetVector(DMA2_Stream3_IRQn, (uint32)DMA2_Stream3_IRQHandler);
Posted on May 24, 2018 at 13:08Hi Charlie, thank you for your help either way. I think my next step is to strip out the OS and build something simple/clean and to see if/what happens.
Posted on May 24, 2018 at 12:21Thank you for the quickest reply.Just given that a whirl but still no joy it is just weird. Out of interest which toolchain do you use? I am currently working my project with mbed OS5 and I am starting to think it migh...
Posted on May 24, 2018 at 12:02Hey Charlie, whilst I noted no response in this forum I believe you mentioned elsewhere that you fixed this by enabling/handling a DMA interrupt? Any chance of sharing some code as this is driving me insane. I have the...