This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Need guidance on porting 6 particular ZRC2.0 firmware APIs to user space (CC2534 w/ NWP firmware)

Other Parts Discussed in Thread: REMOTI, CC2533

We have been working on implementing ZRC2.0 in user space to work with the NWP firmware as suggested by TI since our CC2534 chip does not support ZRC2.0. 

The following 6 functions which are called by the RTI / ZigBee layers to the RCN layer in the CC2533 do not have documentation in the 2 pdfs that we have (RemoTI Physical Layer spec.pdf and RemoTI API.pdf).

These APIs are found in rcn_nwk.h.  

RCN_NlmeGetPairingEntryReq

  called from RemoTI-CC253xDK-1.4.0.c64807-src/Projects/RemoTI/Profiles/gdp/gdp_binding_originator.c

       RemoTI-CC253xDK-1.4.0.c64807-src/Projects/RemoTI/Profiles/gdp/gdp.c

       RemoTI-CC253xDK-1.4.0.c64807-src/Projects/RemoTI/Profiles/gdp/gdp_enhanced_security.c

       RemoTI-CC253xDK-1.4.0.c64807-src/Components/rti/rti.c

RCN_GetPairingEntryFromExtAddr

  called from RemoTI-CC253xDK-1.4.0.c64807-src/Projects/RemoTI/Profiles/gdp/gdp_

RCN_NlmeUpdateEnhSecKeyReq

RCN_NldeDataAlloc

RCN_NlmeSetPairingEntryReq

RCN_NlmeGetSizeReq

We need info on how we can serialize the 1st 6 function calls above across SPI/UART/I2C from the BCM7425 to the CC2534