I wrote a little application that succesfully reads data from UART2 of ConnectCore 6UL SBC Pro (Pin 12 of J29) when data source is sending in 1 MBd bitrate.
When the data source is sending in 5MBd, my app hangs when opening the dev file ( I did not forget the change connection speed in my code). In fact, it seems like the whole SBC hangs: for example I can not stop debugging until I stop the source sending data (SSH connections do not work etc). When I type anything in console, it does not work also. Console just hangs.
What is the maximum baud rate ConnectCore 6UL SBC Pro for UART2 port? Is there any setting that I need to change for receiving higher bit rates?