Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 8 months ago.
STM32F7 + RTOS + Interrupts
Hi everyone, I just passed more than 4 weeks trying to figure out how to make the DMA interrupts work on this board. The thing is my debugger (under Visual Studio Preview) doesn't see all of my break point, so I'm wondering if the interrupts are configure correctly or if they don't work beside of the RTOS included from mBed.
I've replaced the "_weak" function of the callback in my .cpp files but doesn't seems to be called.
Anyway if someone have an idea, it would be very appreciate if you could take a look at it. Thanks