Hello,
I have a problem with your developing system LPC55S16. When I put your example of code with printf "Hello world", and after building and debugging successfully, nothing is written on console, and I have a situation like on photos which I send you as well.
Do I need to change the configuration of pins for example, or something else ?
One more thing, when run simulation, LED diode D8 starts to work.
Best regards
Hi,
By default, the SDK examples uses UART to send information to a terminal.
Please, open a terminal with a 115200 baud rate.
You can use any terminal you want, but if you want to open a Terminal in MCUXpresso please go to Window -> Show View -> Other and select Terminal.
Then, click on Open a Terminal.
Configure the terminal.
And you should now be able to see the message.
I hope this helps, Daniel.