User Activity

Hello,I’m using two STM32 F4 boards to continuously send and receive data over SPI communication.The first board is configured as the Master and only transfers data, while the second board is configured as the Slave and only receives data.I have alre...
Hello,I'm working with two F4 STM32 boards using the SPI communication.The two boards are connect to each other using the SPI1 connectivity. The first board is configured as a Master and only send data. And the second is configured as a Slave and onl...
Hello,I'm commucating two STM32 F4 boards  using SPIThe first board is configured as a Master and used to only transmit data   #define message_tx_size 4 uint8_t message_tx[message_tx_size] = "ABCD"; .... int main(void){ while (1){ HAL_SPI_Transmit...
Hello,I'm using two STM32F4 nucleo boards and my goal is to transmit data unidirectionnaly from one board to another using SPI in a loop.The first board is configured as a Master and it only transmits data. And the second one is configured as a Slave...
Kudos given to