uart debug issue in rcu project

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
koukou
Offline
Last seen:6 days 18 hours ago
Joined:2019-10-14 10:42
uart debug issue in rcu project

In RCU project running on DK-PRO, I want to print my own debug messages via UART when I press a button on the keyboard, but I cannot print. can I configure the DK-PRO in UART mode and in SPI mode at the same time and how! which function does the keyboard scan where I can add logs

Device:
MHv_Dialog
Offline
Last seen:3 weeks 21 hours ago
Staff
Joined:2013-12-06 15:10
我们的SDK教程demonstartes

Our SDK tutorial demonstrates how the UART can be used for debugging and how to set up the hardware to support it:

http://lpccs-docs.dialog-semiconductor.com/Tutorial_SDK6/index.html

Incoming Bluetooth write operations are captured in the user_catch_rest_hndl() function.

/MHv