6 years, 11 months ago.

mbed LPC1768 buffered SPI

I need a feature of Buffered SPI communication where you can put data into a FIFO buffer for TX, and you can check whether this buffer is full or not. Although there is member function such as transfer() in the official SPI library. It does not work during compiling. The error is, such member function is not found. Anyone has a suggestion why I cannot use this transfer() member function as it is already documented here? https://developer.mbed.org/handbook/SPI

Be the first to answer this question.