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:
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