SPI Slave on STM32G030F6 is not working
Hi, This is my first time here to write a post. I want to implement a system that connnects a STM32H723(master) and four STM32G030F6P6s(slave) via SPI communication. I connected them and I check the SPI signals from STM32H723(NSS, SCK, MOSI). The Si...