Other Parts Discussed in Thread: Z-STACK
现在想在z-stack3.0版本上做串口通信开发,初步是单纯的实现zigbee串口和上位机通信功能;是在GeneticApp工程上面做开发,不做任何修改只添加宏ZAPP_P1的情况下,会出现
Error[e16]: Segment XDATA_Z (size: 0x1d11 align: 0) is too long for segment definition. At least 0x112 more bytes needed. The problem occurred while processing the segment placement command
这种错误提示,在z-stack 2.5版本下则能编译通过,不会出现编译错误。请问这种问题应当怎样解决?