Unable to view printk() outputs on the serial console for NXP LPCXPRESSO51U68 board #56268
Unanswered
gitsalmankhan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm running the samples/hello_world program which is doing a printk("Hello World"). I built and flashed the program on my LPC ARM board using the instructions provided here:
https://docs.zephyrproject.org/3.1.0/samples/hello_world/README.html
The program builds and flashes fine with -runner jlink. However I am unable to view the output from the printk() statement anywhere on the serial console.
I also tried the samples/blinky program and that seems to work just fine, the only problem I'm experiencing is viewing the output on the serial console.
I have set the correct settings for my serial terminal, which are as follows:
Speed: 115200
Data: 8 bits
Parity: None
Stop bits: 1
Please assist with this. Thank you
Regards,
Salman Ahmed Khan
Beta Was this translation helpful? Give feedback.
All reactions