In example "ble_app_hts" NRF_LOG_PROCESS don't work. but in this "...\examples\peripheral\temperature" is workin good. I didn't make any change in code. Some ideas?
In example "ble_app_hts" NRF_LOG_PROCESS don't work. but in this "...\examples\peripheral\temperature" is workin good. I didn't make any change in code. Some ideas?
In ble_app_hts for pca10028 logging is by default disabled. To enable logging, go to sdk_config.h --> nRF_Log.
In ble_app_hts for pca10028 logging is by default disabled. To enable logging, go to sdk_config.h --> nRF_Log.
Need I change "#define NRF_LOG_ENABLED 0" to "1" ?
Yes! If you are using keil, you can open the "configuration wizard" for the sdk_config.h file and simply "check" NRF_LOG_ENABLED.
Unfortunately I use demo and witch "enabled LOG" have "... exceeds the maximum allowed for this version of the linker." thank you for answer