Hi,I have a string in ROM memory declared asconst unsigned char __attribute__((keep)) __attribute__((space(prog), address(0x28800))) bootver[] = {'B','O','O','T','0','1'}; In memory the string is stored @ 28800 as 004F42 00544F 003130. Is there any simple..
↧