User Activity

I am writing sample demo Application to test data transfer between SPI Master(Nucleo F411RE) and SPI Slavee(Nucleo H755ZI-Q) device.Master SPI:/**SPI2 GPIO ConfigurationPC2 ------> SPI2_MISOPC3 ------> SPI2_MOSIPB10 ------> SPI2_SCKSlave SPI:/**SPI1 ...
I am first time using NUCLEO-H755ZI-Q board for our project.Here I am using it as a SPI slave and RaspberryPi4 as a Master SPI Device to transmit/receive data over SPI from MCU shown in attached image1. I have set RaspberryPi4Master SPI CLOCK as 24Mz...
I am using this dev board: NUCLEO-F411RE for developing SPI communication protocol considering it as a SLAVE device. My firmware will receive data over SPI sent by Host machine and acts on it.I have following requirement:How to transmit data packets ...
Kudos given to