Other Parts Discussed in Thread: CC1310
Tool/software: Code Composer Studio
Dear Sir,
I discovered a related document as the hyper-link below.
http://www.ti.com/lit/ug/tiduci9c/tiduci9c.pdf?ts=1590386183657
(The subject of the document is Sub-1 GHz Sensor-to-Cloud Industrial Internet-of-Things (IoT)
Gateway Reference Design)
By tracing the "ti154stack_linux_x64_4_10_00_06" SDK code, I found there is inconsistency in the packet format.
For example, an inconsistency happens on the description regarding "APPSRV_DEVICE_DATA_RX_IND" command.
In "3.1.2.9.2.1.2 Parameter List" Table 10, the fields srcAddr (uint32) and Rssi (sint32) are inconsistent.
By tracing the SDK file <SDK root>/example/gateway/appClient/appclient.js:
1) There is one byte called 'addrMode' preceding the srcAddr which is either short (2 bytes) or extend(8 bytes) depending on 'addrMode'.
2) Rssi is just one byte instead of sint32.
Furthermore, the document does NOT describe all of the commands, for example, APPSRV_RMV_DEVICE_REQ.
I need to know the packet detail (the SDK does NOT complete the code either) in order to fire the command to the co-processor CC1310.
Do you have a latest and comprehensive document for addressing my question?
Thank you very much.
BR,
Adam