Ring buffer implementation does not work as intended
Hi all,
I am trying to implement ring buffer for my board that is STM32F407VG-DISC1. I have found out a tutorial and followed each and every step. However, when I transmitted message via serial console tool (hercules), I dont receive any data in Rx Buffer.
In the first snapshot attached, I can observe that Uart_sendstring function is working as I can see on the console (Hercules) "send string works".
However, when I send 11111 it is not received, therefore rxbuffer is empty as can be seen in the second snapshot and also uart_write function is not run, as "if(IsDataAvailable())" returns "0".
Could you please help me with this ?
You can see the repo here.
