Can RTT be made to work on an ARM1176 target? Yes, I know it is now ancient silicon. After some tinkering, there seems to be some suggestions that it might be impossible due to no "background memory access"?
The control block is definitely linked and sitting at 0x00012940, but there's no RTT output on the terminal,
And the Ozone console surfaces that BMA error:
```
1:04:15.579 090 Edit.SysVar (VAR_ALLOW_BMA_EMULATION, 1);
1:04:17.144 014 System settings were written to the project file.
1:04:22.302 502 Project.SetRTT (1);
1:04:22.302 598 RTT has been activated, however the hardware does not support background memory access or BMA emulation is not permitted (see system variable VAR_ALLOW_BMA_EMULATION)
1:04:22.302 611 RTT active
1:04:22.339 392 Error (78): Failed to activate RTT .
1:04:22.339 421 RTT inactive
```
The control block is definitely linked and sitting at 0x00012940, but there's no RTT output on the terminal,
And the Ozone console surfaces that BMA error:
```
1:04:15.579 090 Edit.SysVar (VAR_ALLOW_BMA_EMULATION, 1);
1:04:17.144 014 System settings were written to the project file.
1:04:22.302 502 Project.SetRTT (1);
1:04:22.302 598 RTT has been activated, however the hardware does not support background memory access or BMA emulation is not permitted (see system variable VAR_ALLOW_BMA_EMULATION)
1:04:22.302 611 RTT active
1:04:22.339 392 Error (78): Failed to activate RTT .
1:04:22.339 421 RTT inactive
```