7 years, 6 months ago.

how to read from a physical address in flash 0x08005400 using assembly ?

it should be something like LDR R1,0x08005400

or

MOV R1,0x08005400

I dont know the exact syntax.. I read the cookbook but somehow cant figure it out.

Please let me know

1 Answer

7 years, 6 months ago.

we can read like this

LDR R1,=0x08054000 LDR R2,[R1]


Assigned to Furqan Arshad 7 years, 6 months ago.

This means that the question has been accepted and is being worked on.