User Activity

Hello to everyone. I'm creating a project where i need to communicate via SPI. My main board, is configured as full duplex Master, and i have other STM working as full duplex slave. But, i have a problem. If i configure the boards to just have one fu...
Hi,I'm trying to use SPI to communicate between two boards. On the MASTER side, i am using the HAL_SPI_Transmit(&hspi4, (uint8_t*)TxData,sizeof(TxData),100); and on the slave side i have enabled the interrupt, HAL_SPI_Receive_IT(&hspi4,RxData,1); The...
Hi, I have two H743ZI2 board. I am trying to send and receive the message with interrupts. When i push the blue button it send the message. But the message is never received.... I already check everything but i can't find the error. I am using a MCP2...