This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can't find messages from APPL_LOG("string")

I am going through the BLE Central tutorial and am a bit confused by the APPL_LOG function calls, from what I could understand it should give messages on serial port, like printf does, but i am not seeing any messages..

Where am I suppose to see them? I think I missed something fundamental here?

Edit: Where to put the defines

image description

image description

Parents Reply
  • @erltot: alright I set DEBUG and ENABLED_DEBUG_LOG_SUPPORT to 1 at the beginning of the main.c and I know they were defined correctly because there is a #IFDEF that checks and the code inside it fired. Yet even though they are defined I am not seeing the APPL_LOG() in my serial console. What could cause them to not show up even when the correct variables are defined?

Children
No Data
Related