Tool/software: TI C/C++ Compiler
Hi Sir,
Using MSP430FR5964 & IAR compiler. We need use FRAM memory the address 0x10000- 0x1ffff to store JPG file.
But we cannot defines as following:
#pragma location = 0x10000
__persistent unsigned char Picture[40960];
unsigned char Picture[40960];
Please help me to slove this issue,
HC
Thanks
Best regards
Jacky Xu