Dear support
when running the origin RCU project on the pro-dk, I get messy code from uart continiously. HW configuration and messy code screenshot is recorded in the attachment. How can I disable the messy code printing and manage the right debug message using the uart?
Device:
Hi Haitao,
Could you please clarify your question? Do you mean that you are not able to print the right message through UART and you only get this messy code? Or you can print your message but first you get this messy code? Be aware that this code is from bootloader, so after that code you can clear the screen from the Putty’s options.
Thanks, PM_Dialog
In the RCU project running on DK-PRO, I wanna print my own debug messages through UART, but I am not able to print.
Maybe I find the reason, when I config J5 as UART mode, the bootloader does not guide the program, because there no ble advitisement, I guess the demo program does not run in the UART mode. But when I config J5 as SPI mode, the demo runs well , I successfully connect to the device. How can I do to print debug messages on the DK-PRO?
UART finally works. PRO-DK can not be simply configured as UART mode, because SPI Flash is used in the RCU project , So I configure DK-PRO as SPI mode and UART TX added. Now debug messages can be printed out .
Hi Haitao,
Thanks for the indication and glad that you figured your issue out.
Thanks, PM_Dialog