9 years, 8 months ago.

Has SPI Slave been implemented for the FRDM KL64F?

Spi Slave slave select does not appear to be working if I use PTD0, since device.receive always return 1, although data is received.

Question relating to:

mbed library sources mbed

Hello,

SPI Slave is implemented and enabled for FRDM K64F platform. you can import mbed-src instead of mbed library and edit K64F sources, share the findings. Thanks.

Look at the K64F implementetion https://github.com/mbedmicro/mbed/blob/master/libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_K64F/spi_api.c

posted by Martin Kojtal 04 Aug 2014
Be the first to answer this question.