Hello,
I have read through all the posts I can find on this subject, but none has solved my problem.
- nRF5_SDK_15.1.0
- Example: Segger Embedded Studio Project: twi_master_with_twis_slave_pca10040 Using Segger Embedded Studio
- Connected to nrf52 Dev Kit (bought new a week ago)
Configured sdk_config.h according to other posts:
NRF_LOG_BACKEND_RTT_ENABLED - YES
NRF_LOG_BACKEND_UARD_ENABLED - NO
NRF_LOG_ENABLED - YES
Tried enabling / disabling NRF:LOG_DEFERRED - with no effect
Tried enabling / disabling NRF:LOG_FILTERS_ENABLED - with no effect
Starting J-Link RTT Viewer found in the Segger Installation folder using:
RTT Viewer starts with the following message in the Log Window:
Starting Debugging by Pressing F5 in Segger.
The first Log output it encounters is the following line in Main()
NRF_LOG_RAW_INFO(
"TWIS and TWI usage example started.\r\n"
"You can access simulated EEPROM memory using <eeprom> command.\r\n"
"Execute: <eeprom -h> for more information or press the Tab button "
"to see all available commands.\r\n"
);
Nothing shows in the All Terminals or Terminal 0 window.
I also added NRF_LOG_FLUSH(); after the statement above - with no effect.
Please help !