User Activity

HiI am using STM32H723 MCUs.I am looking for a solution to transceive serial data, the distance should be 10 m.The speed doesn't need to fast, something like 6-12 Mbps, but should be very low latency 20 us.What are in your opinion the best solution f...
I have set up a project in STM32CubeMX.I have setup both I2S1 for Receiving and I2S2 for Transmiting with DMA.After the normal initalization i start receiving from the DMA:  if (HAL_I2S_Transmit_DMA(&hi2s2, (uint16_t*)&output_buffer, 1) != HAL_OK) { ...
Kudos given to