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 MESH1.0.0a PM2模式,用串口接收的引脚唤醒,并用串口DMA方式接收数据。功耗问题;接收数据乱码;数据丢失问题。

Other Parts Discussed in Thread: CC2530

CC2530 MESHMESH1.0.0a 已经进入PM2模式。在应用初始化的时候,先把串口0配置成DMA模式,然后再把串口0的接收引脚P02配置成普通IO口并且接受中断,下到板子上测得功耗在120uA左右,串口能接受数据,但是会把第一条数据丢失掉,紧接着第二条数据前几个字节是乱码,几秒钟之后的第三条数据有时候正常有时候第一个字节乱码。请问这个怎么解决。我要试下的功能是:在PM2模式下,用串口唤醒,并能正确的接收数据,功耗能在30uA左右或者更低。