Quantcast
Channel: MPLAB XC16
Viewing all articles
Browse latest Browse all 1508

Simple way to pack a string? (Pete Ruddock)

$
0
0
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..

Viewing all articles
Browse latest Browse all 1508

Trending Articles