Hi, I'm using nRF52805.
In my code, I used BLE to transmit I2C and ADC data to the mobile app nRF Connect correctly and continuously.
I tried to use NRF_LOG_INFO() and printf() to print some information on either PuTTY or RTT Viewer (only use 1 Hyperterminal at one time). However, nothing is printed.
Here are my seetings:
1) NRF_LOG_PROCESS() or NRF_LOG_FLUSH() is called regularly.
2) Both NRF_LOG_INIT() and the NRF_LOG_DEFAULT_BACKENDS_INIT() macro are placed at the beginning of main.
3) NRF_LOG_ENABLED = 1
4) Added breakpoint in debug mode, the NRF_LOG_INFO() and printf() are reached.
My SDK is provided SDK.txt.
Does anyone have any clue? Thanks.