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.

CC2530常量的问题

Other Parts Discussed in Thread: Z-STACK

我想把一些常量放到指定的CODE区域,比如我定义的常量a,b,c;要把它们放到0x1000-0x1100 CODE区域里,资料上有说可以用@来定位,但常量比较多的时候要一个一个地来定位就比较麻烦了,请问有没有其他的方法?谢谢!