9 years, 6 months ago.

NUCLEO_L476RG SPI2 pinmap issues

I want to use SPI2 on my NUCLEO_L476RG with the SDFileSystem library.

I create a filesystem object like this: SDFileSystem sd(PB_15, PB_14, PB_11, PB_12, "sd"); SD card

There are no errors at compile time. At runtime, however, the console shows "pinmap not found for peripheral". So, it SPI2 supported in MBED for this platform or not?

Be the first to answer this question.