Assembly language ARM-Cortex I am using a Tiva Board
With Port F open with PF1 output, and PF0,PF4 inputs
some of my code for reference
LDR R0, =SYSCTL_RCGCGPIO_R ; 1) clock for port FLDR R1, [R0] ;get all bitsORR R1, R1, #0x20 ; bit 5, turn on clockSTR R1, [R0] ;update ports
i have more code thats only for reference i just need help with that is displayed in the image
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here