9 years, 5 months ago.

Can't we use SPI from mbed? What are the differences?

There's a SPI implementation using mbed API for NORDIC platform:

mbed-src/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/spi_api.c;

Can't we use SPI from mbed? What are the differences?

Question relating to:

The program demonstrates how to implement SPI on BLE Nano platform BLE Nano, nRF51822, RedBearLab, SPI

1 Answer

9 years, 5 months ago.

There has been limitations on the pins that the official mbed SPI could use, that might be the reason for this demo (not sure though). Those limitations have been solved though (in mbed-src for sure, not 100% certain they also have been rolled out to the normal mbed lib already).

Accepted Answer