Cortex M4 check and clear instruction?
Posted on July 07, 2015 at 22:32 I'm using FreeRTOS on STM32F4 with ARM-GCC and i need to do some interrupt/task protection for a simple flag checking and clearing function. Here's an example: int flag; // Some code sets flag to 1 som...