Other Parts Discussed in Thread: CC1352P, CC3235SF
Tool/software: Code Composer Studio
Hi everyone,
I am currently working on a IOT project. In this purpose I search a solution to creat a gateway Wi-Fi/Bluetooth. I found solution to use the network processor of the CC1352P BLE chip and runs my application on an externe microcontroller CC3235SF in order to use its Wi-Fi stack. One solution to initialize the communication between the network processor BLE and the CC3235SF processor is to use the NPI API. I found documentation on the NPI API but I keep have some concerns. I understand that my BLE device should act as slave and my CC3235SF chip should act as master in the connection. But there are many codes in the SDK, from my point of view I should run the npi_task.c give in the sdk on the network processor which configure the UART connections and manages the commands coming from the other processor and send back events corresponding. But the CC3235SF should run too the API in order to manage the event coming from the network processor through the HCI protocol. Where is the NIP master framework that I can run on the HOST processor(CC3235SF) ?
Sincerely,
Paul-Emile PERRIN