about how to build a firmware with debug #5744
Unanswered
zhonghuazhao
asked this question in
Q&A
Replies: 1 comment 1 reply
-
So you added |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how to enable the debug session
option(TRACE_AUDIO "Traces audio enabled" ON)
if(TRACE_AUDIO)
add_definitions(-DTRACE_AUDIO)
set(DEBUG ON)
set(DEBUG_TRACE_BUFFER ON)
endif()
but there is no log print through PB10 and PB11
why?and how to do
Beta Was this translation helpful? Give feedback.
All reactions