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.

在ota.xcl增加段

Genius 3030 points
Other Parts Discussed in Thread: CC2530

在f8w2530.xcl增加如下段能正常运行

-Z(CODE)DATA_8_8=0x4000-0x4300
-Z(CODE)DATA_16_8=0x4300-0x4900
//  LOGO PICTURE
-Z(CODE)LOGO_12864=0x4900-0x6900  

换成ota.xcl,

-Z(CODE)DATA_8_8=0x4000-0x4300
-Z(CODE)DATA_16_8=0x4300-0x4900
//  LOGO PICTURE
-Z(CODE)LOGO_12864=0x4900-0x6900  

下载到cc2530后

经常死机,根本没法运行,是什么原因呢?