ccsv5, big-edian device,32bit CPU
INVDRAMParmGrop1 (RW): origin = 0x08011500 length = 0x100
.invsectionGrop101 : > INVDRAMParmGrop1, PAGE = 1
.invsectionGrop102 : > INVDRAMParmGrop1, PAGE = 1
#pragma DATA_SECTION( invVoltPwrAB,".invsectionGrop101");
#pragma DATA_SECTION( invVoltPwrBC,".invsectionGrop102");
volatile sint16 invVoltPwrAB = 0;
volatile sint16 invVoltPwrBC = 0;
I didn't find the option about 32-bit align set .Is there something wrong about my compiler set?

