> Take a look at the following MPLAB C32 compiler options: > > -membedded-data > > Allocate variables to the read-only data section first if > possible, then next in the small data section if possible, > otherwise in data. > > -muninit-const-in-rodata > > Put uninitialized const variables in the read-only data > section. This option is only meaningful in conjunction > with -membedded-data. > > Cheers > > Miek > Thanks! I tried putting -membedded-data in Build Options PIC C32 Compiler Preprocessor Macros box, but it generates this message when I try to build: :1:1: macro names must be identifiers So, I'm trying to figure out where to put this in the MPLAB GUI. Thanks! Harold --=20 FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone. --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .