I have Keil board, MCBSTM32F400. I want to do SPI communication with it, from a device thru ADC, and pass the data to the controller. Pl mention how can I hook the device to the board?
the device could be potentiometer, pressure or temperature transducer, etc.
Babuddin Ahmad said: I want to do SPI communication
Do you understand the basics of how SPI works ?
It's a very long-established and widely-used thing - so plenty of references available; eg,
https://en.wikipedia.org/wiki/Serial_Peripheral_Interface
https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/all
www.avrfreaks.net/.../2460151
etc, etc, ...
For getting started with SPI, I recommend one of these:
It's a simple SPI demo board, featuring a number of simple, common SPI slaves
See: https://www.avrfreaks.net/comment/2282151#comment-2282151
View all questions in Keil forum