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

How do I edit SDK_config.h to use nrf_log uart?

Hello every! I was developed my aplication base on nrf52 SDK (version 14.0). I am confused about SDK_config.h file. I can't cognize which macro should be 0 or 1. Example : if I want to use log module with uart , I can't know to use which macro in SDK_config.h. do have any document about this? or what should i do? Thanks you!!!

Parents Reply
  • If the module/peripheral you want to add is not listed in sdk_config.h, you will need to add it manually. If you take a look at the sdk_config.h in the ble_peripheral\ble_app_template example or peripheral\template_project example, they should have all the modules you need. Simply copy the module you need from these projects into your own sdk_config.h

Children
No Data
Related