the peripheral Uart of CYW920735Q6EVB-01 can't print debug message

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
mawu_4270096
Level 5
Level 5
50 replies posted 25 replies posted 10 replies posted

Hi :

   today I meet a strange question that my CYW920735Q6EVB-01 board can't print debug message. I have verified the Uart hardware is good, and the Baud rate is correct.

I use the SDK version is 6.4.61

I use the  WICED_BT_TRACE("XXXXXXXXXXXXXX", )  to  print the debug message , but it can't print the message

but I can use the  HCI UART to download firmware

thanks!

mandy

0 Likes
1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi mawu_4270096,

Could you please add "C_FLAGS += -DWICED_BT_TRACE_ENABLE" in the makefile.mk of the application and try again. Please do clean and build.

Also if needed please enable  "MESH_MODELS_DEBUG := 1" from the makefile.mk so that you can get model debug prints.

Thanks,

-Dheeraj

View solution in original post

0 Likes
1 Reply
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi mawu_4270096,

Could you please add "C_FLAGS += -DWICED_BT_TRACE_ENABLE" in the makefile.mk of the application and try again. Please do clean and build.

Also if needed please enable  "MESH_MODELS_DEBUG := 1" from the makefile.mk so that you can get model debug prints.

Thanks,

-Dheeraj

0 Likes