Hello all,
I'm having trouble getting my hand-typed arm assembly to actually work. my code compiles, but the .global functions don't actually work.
Here's the .s that I included:
/*gpio.s*/
.globl GetGpioAddress
GetGpioAddress:
ldr r0,=0x20200000
mov pc,lr...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.