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.

CC1310: 同一个程序烧入CC1310F128 4*4mm 运行OK和5*5mm运行NG

Part Number: CC1310

同一个程序,开发时用的是CC1310F128  4*4mm 芯片,测试都是正常的; 小批量时用的是5*5mm,功能不正常,死机复位。功能上就是433收发,串口通信,3个led灯,看门狗。

  都是死在这里:

收到数据:

     if(events & RADIO_EVENT_VALID_RECEIVED)  // 如果收到有效数据包

{

    .........

   //发出回复:

     status_transmit=EasyLink_transmit(&txPacket);卡在这里复位,不能往下运行

}

同一个程序, 4*4mm和5*5mm就是部分管脚不一致,应该没有影响。死机前串口也是正常的。

还有哪些要考虑的?芯片版本有影响吗?