WWD_LOG traces not working

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

cross mob
Anonymous
Not applicable

Hi,

I try to activate WWD_LOG traces on my BCM943341WCD1 EVB, by defining WWD_LOGGING_UART_ENABLE.

When first trace appears on UART, the board get stuck and finally resets.

Any tip?

Thanks

Julien

1 Reply
lock attach
Attachments are accessible only for community members.
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

Please find the attached file to make changes.

List of effected files:

.../WICED/RTOS/ThreadX/WWD/wwd_rtos.h

.../WICED/WWD/internal/wwd_logging.c

.../WICED/WWD/internal/wwd_sdpcm.c

Make the definition of WWD_LOGGING_UART_ENABLED by adding following to your makefile (.mk):

    "GLOBAL_DEFINES += WWD_LOGGING_UART_ENABLE"

Thanks,

Seyhan