Associate
July 2, 2019
Question
Error in UART Reception
- July 2, 2019
- 2 replies
- 811 views
We are using STM32F401RE for our people counting project. We need to receive a value using UART reception and tried several methods. For transmitting we are using printf() function, for reception we have tried with HAL_UART_Receive() api but it didn't work. For reception, if we want to use scanf(), what changes we need to do? We are attaching the project file.