9 years, 10 months ago.

Pinmap not found for peripheral for FRDM-KL46Z

Hi,

I'm using the FRDM-K646Z and trying to work this example. The instantiation of Teraterm gives the error "pinmap not found for peripheral." I'm trying to use it with pins PTA16, PTA17, PTA15 and PTC11 as MISO, MOSI , SCK and SS pins.

I'm getting those pins from this diagram: https://developer.mbed.org/platforms/FRDM-KL46Z/ Not sure what I'm doing wrong any ideas?

SPISlave spi(PTA16,PTA17, PTA15,PTC11); mosi, miso, sclk, ssel

Thanks!

Be the first to answer this question.