For instance, I've tried accessing the timer0 control field using:
ldr r0, =0x1C110000 @ defined in DUI0575D VE RTSM model memory map control .req r1 ldrb control, [r0, #8] @ load Timer1Control byte with offset 8, as defined in DDI0271
Yet I'm always presented with a Data Abort Exception.
I've tried to access the UART0 Line Control Register as well:
ldr r0, =0x1c090000 ldr r2, [r0, #0x02c]
Unfortunately I get a Data Abort Exception once again.
What am I doing wrong?
Thanks















