This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error when using Conditional instruction - STM32f103

Hi every body !

I have a problem when using inline assembler instruct in C function.

T'm using Keil MDK V7.52 with STM32f103 family. I know that cortex M3 supports conditional instruction such as ANDEQ,ORREQ... But when i use it in "__asm{...}" block all conditional instructions generate error #2830 : cannot do desired conditional execution

I don't know how to solve it. Some one can help me ?

Thank you !