Hello
I have a FRDM MCXN947 dev board. I have read the user manual for it and looked over the schematics.
As I understand, the UART Pins (RX/TX) of the MCU-Link (LPC55S69JEV98) are connected to the pins P1_9 / P1_8 of the target MCU MCXN947
So I thought, when in ISP Mode, I could use that to flash the debugger.
Next, when I looked over the hello world example, the MCXN947 P1_9 / P1_8 pins are ALSO used for UART. This time for outputting hello world.
Are those pins used for BOTH debug AND target MCU UART? Or am I wrong that I could use those pins for flashing the debugger?
And if used for both, do I have to switch something before using it for one or the other (maybe in non-isp mode of the debugger those pins are not connected/used on the debugger side)
Would be nice if anyone could shed light on this topic
Regards stejen