Several loops like the following trigger the violation: ``` void g(void) { unsigned char i; for( i = 0; i < 8; i++) { rgBusWr(0x10a6 + i, 0x55,1); } } ```