Part Number: CC2650
Other Parts Discussed in Thread: BLE-STACK
Hi,
I have runout of space for my code on a single CC2650 so I have decided to use two instead. However, I am already using UART for another peripheral so I'd like to use SPI to communicate between the NP and the AP. I am currently trying to use the Simple Network Processor for the sample application for the launchpad. I have changed the predefined symbol NPI_USE_UART to NPI_USE_SPI and included all files in the build so this change can take effect. The errors I'm currently facing are "unresolved symbol NPITLSPI_handleRemRdyEvent", "NPITLSPI_openTransport", "NPITLSPI_stopTransfer", and "NPITLSPI_writeTransport. If I follow the equivalent UART definitions they are found in "npi_tl_uart_m_cc26xx.c", unfortunately there I can't the spi equivalent to this file. Does this equivalent exist? Am I able to use SPI for this application?
Thanks for the help,
Ian