Question
Hello ,I want to do serial communication between stm32 nucleo f446re and arduino mega.Can anyone please tell me about that ?
Firstly I had done my code in keil software of stm32 nucleo f446re and try to transfer data to
Arduino Maga in Arduino IDE.I had used UART communication betwen arduino mega and stm32.When I passed a string from keil to arduino ide , there was no response in arduino ide also in arduino IDE there is no any value printed on Serial monitor.
Can anyone please tell me about how to do it?