Can not receive uart data from ST25RU3993 evl board
I want to catch the UART data from the evl board and plot them real-time. This can not be done by the GUI. Therefore, I think I need to change the firmware on the board. I successfully build the firmware by stm32cube ide and flash the .bin file into the board. The firmware can be recognized by the GUI so I suppose there should be no problem. Then, I use a common UART software to open the awake the board, the LEDs light normally. However, I can not receive any UART data.
[LOG("FW Version = %02d.%02d.%02d.%02d\n",FW_VERSION_MAJOR, FW_VERSION_MINOR, FW_VERSION_MICRO, FW_VERSION_NANO);] This code should transmit the UART data to the PC, right?
I am pretty sure the UART setting on PC is correct since I had check the UART_init in the board firmware.
What will be the problem?
My main purpose is to active the scanning and receive the UART data. Is there any suggestion on the modification of the source code?
Many thanks
