Why is my uart rx not working though my tx is working ?
I am doing a barebones uart demo on NUCLEO-F303K8. I am using uart 2 through the vcp (stlink virtual com port).I see my transmit working. But I have nothing on receive. I have attached my project. Its done in STM32CubeIDE.Here is the main separately/...