HAL transmission not happening after HAL receive
I have configured STM32l496RG as slave and am trying to send data from my STM32L496RG slave to ESP32 master upon reception of data into buffer array. I am trying to echo the same data back to the master. My master ESP32 transmits data 'hello' and r...