Question
Array addressing failing using 3 dim array of ints. Any idea why this would fail? It just doesn't enter the value. I can manually enter it in debug, but programatically it fails.
#define VBLOCKENTRIES 22
int16_t indexVDial = 0, ixVBFree = 0;
int16_t blocksSet[2][VBLOCKENTRIES][4];
blocksSet[indexVDial][ixVBFree][1] = 0x1000; / Fails to write to array