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.
Hello all,
I'm trying to compile my project using iar workbench. In my project I've used inline assembly and I'm having problem with executing an assembly instruction "ldr r1, =savebuffer" while trying to compile it shows syntax error. So I'm seeking for a solution here.
Note : using iar 8.20.1 with cortex m0+ as a target environment
Thanks in advance
Hi Saravanan,
As this discussion board tends to focus on the development tools from Arm, I can suggest that you give the Arm Compiler a try for your Cortex-M0+ project. Arm Compiler is available as part of DS-5 and Keil MDK https://developer.arm.com/products/software-development-tools/keil-mdk
Alternately, you might try the IAR website for support on the load instruction using their compiler.
Kind regards,
Elan