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.
STR instruction in ARM assembly doesn't work using MDK-ARM(version 5.26)& Legacy support for ARm 7. Is there any way to store data in memory from a register in ARM7?
Hello Grace,
Sorry to hear you are having issues with STR. How do you know the instruction is not working?
What compiler toolset are you using ? Arm compiler 5 (ARMCC), or ARM Compiler 6?
If you are using ARMCC, did you see these links? www.keil.com/.../armasm_dom1361289906890.htm
www.keil.com/.../armasm_dom1361289907270.htm
www.keil.com/.../armasm_dom1361289907680.htm
Hello Ron,
Thank you so much for your quick response!!
I had an ERROR 65 (no 'Write' permission). That's the reason that STR didn't work. I fixed it.
Thanks, Grace
That's a Simulator error, isn't it?
http://www.keil.com/support/man/docs/uv4/uv4_e065.htm
http://www.keil.com/support/docs/814.htm
Nothing to do with the Assembler.
Yes, your are right!