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

Getting debug terminal to work

Hi i am new to learning Nordic SDKs and I am working on adding custom commands to a BLE example using Nordic UART Service (here). I tried to apply this concept over to the Ble_blinky example and encountered issues with the nrf_sdh_ble_enable part. According to past experiences, this means there is an issue with the RAM allocation. However, when searching up on the Nordic Devzone, the solution is that the debug terminal will recommend how much Ram to allocate. However, the mother of all problem for me is that it does not print on the debug terminal. If it does not print on the debug terminal the next possible reason can be due to the NRF LOG having issues. I then checked the Devzone and chanced upon this link(here) where the steps I interpreted was to change #define NRF_LOG_DEFERRED 1 to 0. However, nothing still shows on the debug terminal and I wonder why. Please guide me on this. Thank you so much.

Related