Other Parts Discussed in Thread: CC2530
硬件:SMARTRF05
工程options设置
Target:选择为CC2530F256,选择ROM mapped as data
发现代码:uint8 Hello[] = "Hello,World!";的Hello总是0xff。
已经指定-DCONST="const __code"或者-DCONST="const __xdata_rom"都不行。求指导!!!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: CC2530
硬件:SMARTRF05
工程options设置
Target:选择为CC2530F256,选择ROM mapped as data
发现代码:uint8 Hello[] = "Hello,World!";的Hello总是0xff。
已经指定-DCONST="const __code"或者-DCONST="const __xdata_rom"都不行。求指导!!!