ok guys, this is probably one of the most stupid things I have gotten stuck at so far but I have a problem.
I have an STM32F103VCT6 mcu, and I am trying to communicate over USART1, thats PA09 and PA10. Tx line sends just fine to connected FTDI chip and all appears well on the computer terminal.
The problem is that the Rx IT on the stm wont fire when FTDI sends data.
Rx line PA10 is configured as GPIO_Mode_IN_FLOATING.
I have tried to change voltage levels of chip, still nothing.
The really funny thing is, if I connect the Rx and Tx of the stm, the interrupt works just fine.
If I connect the Rx line of the the stm to any other point on the board, it fires no problem (reading rubbish of course, but at least I know my firmware works)
I have stm, ftdi and computer all connected to common grounds so that shouldnt be an issue.
I have also confirmed a million times that my jumper cables are in good shape and nothing is broken.
Bottom line is I know its an electric problem that I just cant get my head around ... its just one of those days/things, so if anyone has struggled with the same issue or something similar please let me know how you solved this !!
Thanks alot guys