I am trying to integrate CC2538 into my existing CC2530 based Z-Stack project. I am using SampleApp project as start up to build my own project. However, the CC2538 side didn't have similar project can be downloaded for now. So, I am using SampleTemperatureSensor project in CC2538 Z-Stack Home Automation project (1.2.0). The CC2538 board (SmartRF06EB) is working as end device in my test, and it can successfully connected to CC2530 (as Coordinator) and get its own short address in network. I am trying to use AF_DataRequest function in CC2538 side to send information to CC2530 coordinator, however, the AF_DataRequest function returns message successfully delivered but nothing shows up in Coordinator side. When I power off the Coordinator, the AF_DataRequest would return message delivered failed. I did the same configuration for AF_DataRequest function in CC2538 side as in CC2530. I don't know why the messages can not be delivered. Any idea why? Thanks.