When I try to use inline assembly in my code (__asm {...}), then it is refused due to thumb mode - I think this thumb mode is ultimately required for my processor (STM32F407)?
I tried also #pragma arm - but this is refused for my processor.
Is there any possibility to do inline assembly in C/C++ for STM32F4 programming?