Using XC16 compiler (v1.21) and thinking there may be a bug when using __pack_upper_byte? Firstly some background.I have a character array defined in memory as __pack_upper_byte const unsigned char __section("bootstrap") SerialNumber[] = {'\x12', '\x34', ..
↧