HI Con,
LDA ---Load-Acquire Word loads a word from memory and writes it to a register.
This instruction is supported ONLY in ARMv8. For example, Cortex M23, M33 processor can use it without problem.
While Cortex M4 is based on ARMv7 architecture. Thus LDA is not supported for Cortect M4 core processor.
For detail, I suggest you check armv7 and armv8 reference manual.
Have a great day,
Jun Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------