I use the STM32F103 development board which deal with the sensor data and send it to wireless HART mote . I follow the process of mote connecting to the network(get mote state -> set joinkey -> set networkID -> join -> get notification -> connect state) and call the function follow this sequence(using the dn_whmt.c file which is suitable for wireless HART Mote). But there is only one mote can complete the process (when call the dn_event_join function the mote can send notification),the other mote will stay after the completer join function( manager show the mote has connected to the network) . The implementation as follow:
DEBUG ..\Src\dn_fsm_whmt.c:812: Join
DEBUG ..\Src\dn_fsm_whmt.c:406: Got reply: cmdId; 0x06 (6)
DEBUG ..\Src\dn_fsm_whmt.c:830: Join reply
DEBUG ..\Src\dn_fsm_whmt.c:842: Join operation started
[locked by: lallison at 8:28 PM (GMT 0) on 5 Nov 2019]