Hi all,
I am using the BLE nRF8001 and EFM32 (ARM Cortex M3). I used the following SDK for connecting the modules using ACI (SPI). github.com/.../ble-sdk-efm32
Now I want to use 2 SPIs of my EFM32 in order to connect them to 2 nRF8001, simultaneously. The SDK is able to connect only one SPI to one BLE. What should I change in the code?
Regards Mehdi