We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I'm using the uVision 5.1.0 to write code for an STM32 part. I've created a function in a .c file with this signature...
__asm uint32_t myfunc(void) { ... }
The IDE complains with "error: expected '(' after 'asm'". It doesn't seem to be an error, because the code compiles and runs. How can I change the syntax to get rid of the error message?