Resolved! Send int or float data from PC to Nucleo by USART
Hi, I am trying to send an integer from the PC (using Putty serial program) to the Nucleo board via USART interrupt but the board doesn't acquire the number correctly. In the code written here this happens: if I send any kind of number to the board l...