2018-04-11 08:50 PM
Hi everyone, i'm trying to use two stm32 boards (STM32F411DISC &STM32F407VGT) for SPI communication. How to interface the SPI with Two stm32 boards, one act as master another one act as Slave and declare their pins on the cubemx?
2018-04-12 04:04 AM
That's why, I use one of them as logic analyzer to view SPI
2018-04-12 06:03 AM
Remember that we cannot see what tools you have - it's up to you to explain clearly in your posts!
Are you talking about this:
?2018-04-15 09:45 PM
Hey
devieandriyani9
you can download the repository of the your suitable board, and their you can get an example of the SPI full duplex communication using IT or polling too.And if you want to display that value create a new project and enable the USART so can print it on that.
Thank you!