Other Parts Discussed in Thread: MSP430F2274
Hi,
I have a problem getting an error programming MSP430F2274 onboard of CC2530ZNP mini kit.
The following code:
#pragma DATA_SECTION(config1,".infoD")
const unsigned char config1[] = {"config1"};
#pragma DATA_SECTION(config2,".infoC")
const unsigned char config2[] = {"config2"};
#pragma DATA_SECTION(config3,".infoB")
const unsigned char config3[] = {"config3"};
#pragma DATA_SECTION(config4,".infoA")
const unsigned char config4[] = {"config4"};
gives an error:
However if I comment out the last 2 lines, everythings works well.
Any idea, what I am doing wrong?
Jan
