Hi, I am using a Beaglebone Black and already using the 4.5 Hardware UARTs. Now, I need to extend the number of UART ports and thought of using the 3 UARTs per PRUs to get more than 4 UARTs.
I fail to find any resource that could clarify this possibility. I mean, is it even possible to use PRU-software-UARTs along with the 4.5 Hardware UARTs? If yes, how should I go about it ? Most PRU examples belabor on the FTDI/UART usage to replace printf
.
I am using Linux drivers for PRU instead of CCS.