I am using a Microchip PIC as the host processor, running no RTOS at all. This PIC is intended to commuicate via SPI with the CC2650 running the RemoTI stack (rnp_app + rnp_stack)
I am using a custom hardware platform, consisting of the above mentioned PIC and a CC2650 module. When compiling the rnp_app, I have the following Predefined Symbol for the project: POWER_SAVING, NPI_USE_SPI, NPI_LOW_CTRL, while undefined: NPI_MASTER, EATURE_RCN_API
My challenges are:
1. configuring either SPI0 or SPI1 for communication on any of the IOIDx pins
2. Monitoring the SPI traffic from IOIDx pin up into the higher layers within the RemoTI stack (part of it is provided as binary only, no source code to put breakpoints and trace the SPI traffic)
Could you suggest a step a step method that actually the RemoTI stack and SPI? I know there is an SPI example for the SmartRF06 dev board, driving a LCD via SPI, however that code structure is not the same as adding the SPI driver to the RemoTI stack.