Hi,
I have been trying to enable the serial debug using your tutorial (https://support.dialog-semiconductor.com/system/files/resources/Training...) but could not get any message out. I tried both Tera Term and the SmartSnippet ToolBox to view uart messages but was unsuccessful.
I am using the pro development kit.
Device:
Hi jlabuac,
I dont see any issues with the SDK and i am perfectly able to print via the arch_printf() function, please re-check your configuration and make sure that its like below.
If there is no printing please try the above on a out of a box SDK.
Thanks MT_dialog
I checked the header file definition again and it seemed that I missed the "#undef CFG_PRINTF" at the bottom because I defined another one at the top.
I also notice that your definition is UART2_TX_GPIO_PORT but used GPIO_UART2_TX_PORT.
After doing the necessary changes, I am now able to get some debug messages.