Skip to main content
david.i
Associate
April 11, 2019
Question

Thread_Coap_MultiBoard is not sending Traces

  • April 11, 2019
  • 1 reply
  • 584 views

I would like to get the traces of the Thread_Coap_MultiBoard Application to read the CoAP-Messages that are transmitted/received. I connected a tested USB-UART adapter to CN10 (35 + 37) and the terminal is running at 115200 8N1N. I already tried to swap RX/TX or use a different UART-adapter (Based on CP2102), but it didn't help. In app_thread.c, line 208 is set to "#define APP_DBF_EN 1". Has anyone tested this successfully?

This topic has been closed for replies.

1 reply

david.i
david.iAuthor
Associate
April 17, 2019

I just found out that the pins are configurated to CN10 Pin 6 and 34. So this is a bug in STM32CubeWB 1.0.0.

However, traces are still not working.