How to make UART communication over STLINK
Hi,
some updates related to the solution of the problem..
I'm now able to receive characters from an uart connection over the STLINK, based on the assumption
I made in the previous post (I started a putty session using the STLINK Virtual Com and then send
characters to the STM32F746 Discovery board; the board receives them and sent back again to the PC).
I started from the Template project and added to it some piece of code found in the UART example
(those related to the initialization of the UART and those concerning to the UART interrupt callback).
Cheers,
Scrat75