This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52dk MBED SPI problem

Hi,

I have a problem with nrf52dk SPI with the mbed compiler. In the mbed pin names file for nrf52dk the pins are p22,p23,p24,p25. I connect many spi sensors and not working.

This is how I configure the spi 

SPI spi(SPIS_PSELMOSI, SPIS_PSELMISO, SPIS_PSELSCK);

How to solve this problem?

Parents Reply Children
No Data
Related