Hi Carlos,
Thanks you for the link, I am using lpc54608 eval board....I can see debug outs using USB debug of eval board but when I use lpc54608 on my test PCB I have to use lpc-link2 to flash and debug....
I don't want to use MCUXPRESSO IDE but willing to use command line utility.
When we flash code using IDE following command gets executed....
crt_emu_cm_redlink --flash-load-exec "/path/to/axf/file/touch_try.axf" -g --debug 2 --vendor NXP -p LPC54608J512 -ProbeHandle=1 -CoreIndex=0 --reset vectreset -x /home/xyz/Documents/MCUXpresso_10.0.0_344/lcd_projects/touch_try/Debug --flash-dir /home/xyz/mcuxpresso/.mcuxpressoide_packages_support/LPC54608J512_support/Flash
same command from command-line(terminal) works for me for flashing firmware from lpc-link2 to my PCB having lpc54608.
Just like flash code command line utility what is the command-line utility for seeing debug outs from lpc-link2.
When I put lpc54608 in debug mode and run code I can see debug on mcuxpresso ide console... instead of that how can I see debug output on terminal using lpc-link2?