Hi, I'm Matthew. I use
- 64-bit SES 3.26 on 64-bit Windows 10
- J-Link Plus or onboard J-Link (Nordic's dev kits have a J-Link on the board itself)
- J-Link 6.16h
- Nordic's PCA10040 v1.1.1 board (this board uses nRF52832-QFAA MCU)
- SEGGER RTT Viewer
"Quote: By default, Embedded Studio evaluation projects are configured to use the Real Time Transfer module"
In SEGGER's demo video , I noticed that the debug terminal view can be used as the RTT viewer.
I was trying to test whether the RTT log messages are able to print it on the SES's debug terminal view.
So I used Nordic's example project from Nordic's SDK 14. This SDK supports SEGGER's RTT.
For instance,
The example printed RTT logs and I checked it using the RTT Viewer.
Whereas, as you look at this demo video , I cannot see the log messages from the SES's debug terminal view.
1) Is this an expected behavior, or do I have to configure the emProject file?
2) Can I use the RTT viewer while debugging the code since RTT doesn't use SWO?
Sometimes, the RTT viewer does not display log messages when I'm debugging. Sadly, I cannot find the condition while debugging with the RTT viewer turned on.
3) When debugging the project with SEGGER's Ozone, the terminal shows the RTT messages without the color settings.
Does the color feature only available at the RTT Viewer?
-Best Regards, Matthew
- 64-bit SES 3.26 on 64-bit Windows 10
- J-Link Plus or onboard J-Link (Nordic's dev kits have a J-Link on the board itself)
- J-Link 6.16h
- Nordic's PCA10040 v1.1.1 board (this board uses nRF52832-QFAA MCU)
- SEGGER RTT Viewer
"Quote: By default, Embedded Studio evaluation projects are configured to use the Real Time Transfer module"
In SEGGER's demo video , I noticed that the debug terminal view can be used as the RTT viewer.
I was trying to test whether the RTT log messages are able to print it on the SES's debug terminal view.
So I used Nordic's example project from Nordic's SDK 14. This SDK supports SEGGER's RTT.
For instance,
The example printed RTT logs and I checked it using the RTT Viewer.
Whereas, as you look at this demo video , I cannot see the log messages from the SES's debug terminal view.
1) Is this an expected behavior, or do I have to configure the emProject file?
2) Can I use the RTT viewer while debugging the code since RTT doesn't use SWO?
Sometimes, the RTT viewer does not display log messages when I'm debugging. Sadly, I cannot find the condition while debugging with the RTT viewer turned on.
3) When debugging the project with SEGGER's Ozone, the terminal shows the RTT messages without the color settings.
Does the color feature only available at the RTT Viewer?
-Best Regards, Matthew
-Best Regards, Matthew
The post was edited 1 time, last by MatthewKyeo ().