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

constatnts at specific section (FerrariLuigi)

$
0
0
Dear allI'm developing a program containing some constants

const int foo[] = { 0,1,2 ... };
const int luigi[] = { 10,20, ... };
I want to allocate all constants of my program at memory address. Reading the manual I noticed that it is p..


Viewing all articles
Browse latest Browse all 1508

Trending Articles