0x15, 0x00, 0x03, 0x74, 0x0B, 0xD4, 0x84, 0x60,
0x16, 0x6F, 0xAE, 0x6C, 0xF9, 0xBB, 0x84, 0xA2,
. . . . . .
I will need to load all 8840 hex values in their original order as a patch over the I2C bus to another device.
I created a look up table, but it was only able to store 4616 values. It would not allow me to add the additional 4224 values.
I was able to create another look up table and store the remaining 4224 values. However, I would prefer to only use one look up table rather than having to use two look up tables.
Is there a size limitation on individual look up tables? Is there some way I could use one look up table to store all the 8840 values?
Thank you.
