Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 12 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:
1 Answer
9 years, 12 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).