Hi Kyle,
Last 2 days Me and Riley were debugging the issues with TMS
& JSquared drivers. Finally we found the root cause of the issue.
There were 2 new rfm2gEventTypes added in the JSquared drivers
RFM2GEVENT_TXFIFO_FULL
RFM2GEVENT_AUTO_CLEAR
In
TMS software, we clear all the rfm2g events before enabling them to
make sure there are no events enabled from the previous run. But while
clearing the RFM2GEVENT_TXFIFO_FULL (9), the API call RFM2gClearEvent()
is failing for some reason. In TMS we do not proceed to enable
RFM2GEVENT_INTR2 if any clearevents fail. So TMS hangs at this point.
TMS software works fine with 2 octagon nodes If I exclude the above mentioned events during the clearevent process.
We
will discuss more on this on Monday and decide whether to have an
updated driver and the importance of those 2 events and why they are
failing during clearevent.
Many thanks to Riley and Mark for their exceptional support.
BR,
Seshu