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.
您的配置感觉没什么问题。那您这样设置后终端节点是否每隔1s钟在发data request?
另外能否请您擦除flash后,重新给芯片烧录下程序试试?
很感谢您的回答。
擦除后重新下载程序,还是和之前一样。
终端 发送Data request,但是协调器没有回应,会不会是协调器的问题。
协调器编译后下面两个函数有警告,不知道是不是它的原因。
HAL_DMA_SET_ADDR_DESC0( &dmaCh0 );
HAL_DMA_SET_ADDR_DESC1234( dmaCh1234 );
Warning[Pe069]: integer conversion resulted in truncation C:\Users\Administrator\Desktop\第一步 组播\协调器\Components\hal\target\CC2530EB\hal_dma.c 103
Warning[Pe069]: integer conversion resulted in truncation C:\Users\Administrator\Desktop\第一步 组播\协调器\Components\hal\target\CC2530EB\hal_dma.c 104
附件是终端和协调器的通信过程。