For the module MOD54417-200IR I need to use 2 CANs, I2C and dedicated UART with RTS/CTS.
So I did not find any pin multiplexing solution where UART0 pins could be use as system UART to enter the monitor.
It is possible to redirect Monitor boot UART to another free UART? If yes how?
UART Boot Port
Re: UART Boot Port
You can use the IPSetup tool and select Advanced to change the Monitor Port. Or you can go into the monitor and select Setup to change the boot port. And then a 3rd way is to change the config record from within your application. I've only switched between UART 0 and 1, I don't know if you can use the others or not.
-
- Posts: 7
- Joined: Tue Apr 03, 2018 8:28 am
Re: UART Boot Port
I need to use UART2 as monitor port. It is possible to change monitor port to UART2?
Re: UART Boot Port
The boot monitor does not support that. But if in your app you want to make that a 'debug' port, you can open it and send status messages.
-
- Posts: 7
- Joined: Tue Apr 03, 2018 8:28 am
Re: UART Boot Port
So only choice for boot port are UART0 and UART1?
Re: UART Boot Port
Yes presently only 0,1 are available in the monitor for the boot port.