How to configure NUCLEO-H755ZI as SPI Slave using CubeMX ?
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.
Note: I am not using CS pin
Image1: Master and Slave Setup
Image2: Setting up SPI1 Config
-> Setting up SPI1 Config on M7 core using CubeMX as Full-Duplex Slave, 8bit, NSS signal Software,
CRC Disabled, SPI1 global interrupt enabled
-> what is the usage of other Advance Parameters mentioned into SPI1 default Config do I need to setup those in my case ?
Image3: Setting up SPI Slave Clock to 24Mz
-> I was able to set SPI1(MCU SPI SLAVE) Clock Freq to 24Mz which is same as RPI Master SPI clock 24Hz
-> Do I need to exact match SPI Slave clock same as SPI Master clock ?
