Hi, is it possible to work with two UART's ? i am using one for communication with my MCU, and I wnat another one for debugging, is it possible to use both of them in the same time (UART and UART2)? thanks
Yes, i dont see any reason for not being able to do so. The DSPS is using both uart modules, one for the application and you can enable the other one for debugging.
Hi asalhuv,
Yes, i dont see any reason for not being able to do so. The DSPS is using both uart modules, one for the application and you can enable the other one for debugging.
Thanks MT_dialog
Ok, it's working well , thanks