But ...
Also it seems that PIC has to copy this into RAM before use, which makes it more like an initialized variable than a const.For baseline PIC devices, the maximum size of a single const object is 255 bytes.
However, you can define as many const objects as required provided the total size
does not exceed the available program memory size of the device.
Having done most of my recent "C" years on ARM, this is all coming back as a bit of a shock
