There has some error when I use the OpenVisualizer to organize the wireless network. If anyone is familiar with OpenWSN stack? It doesn't work after I port the code to CC2538DK.
The slave mote can not identify the EB packet contain the network information sent by the master. It shows:
[IEEE802154E] the received packet format is not supported(code location 3)
[IEEE802154E] the received packet format is not supported(code location 3)
[IEEE802154E] the received packet format is not supported(code location 3)
The error is located at the IEEE80154E.c/isValidEbFormat() funciton. The value of chTemplate_checkpass and slotframelink_ie_checkPass are FLASE, so the function return FALSE and the code is stop.