Question
Error Sending data to Arduino through UART Communication
Hi,
I would like to send a data from my STM32F401CC to Arduino.
I have connected Tx to Rx and successfully upload the code to stm32 and Arduino Uno.
I don't get the values right, only first four readings, then all the values become random.
This is my stm32 code:
and this is the results:
the Arduino Uno code:
I configured both clocks to be the same 16Mhz.
Please, Any IDEAs?
