When I use the JLinkRTTLogger to create a log file automatically, all the lines come out like:
ÿ0RESETRES=0. PSELRESET[0]/[1]= 0xffffffff/0xffffffff, Reset Reason: Power-On Reset.
ÿ0ÿ0WDT NOT started. CRV= 0xffffffff
ÿ0ÿ6testcode_v_0.5.8 main.c. compiled @ Mar 29 2017 07:27:02
ÿ0ÿ6nRF52 Device ID(LE Order): 0x7DBF4B935D203850
ÿ0ÿ6nRF52 Device address(LE Order): 0xE25AC01962C1
Those control characters at the beginning would look like the following in the RTTViewer windows app:
0> RESETRES=0. PSELRESET[0]/[1]= 0xffffffff/0xffffffff, Reset Reason: Power-On Reset.
0> WDT NOT started. CRV= 0xffffffff
6> testcode_v_0.5.8 main.c. compiled @ Mar 29 2017 07:27:02
0> nRF52 Device ID(LE Order): 0x7DBF4B935D203850
0> nRF52 Device address(LE Order): 0xE25AC01962C1
Is there a way to have the logger write out the terminal window properly instead of the control sequence? If I use the RTTView on Windows and then use "Start Terminal Logging", it is saved the proper way.
This is using JLinkeRTTLogger on Mac. I haven't tried on Windows yet, but if it behaves differently there, I could use that.
Thanks!
ÿ0RESETRES=0. PSELRESET[0]/[1]= 0xffffffff/0xffffffff, Reset Reason: Power-On Reset.
ÿ0ÿ0WDT NOT started. CRV= 0xffffffff
ÿ0ÿ6testcode_v_0.5.8 main.c. compiled @ Mar 29 2017 07:27:02
ÿ0ÿ6nRF52 Device ID(LE Order): 0x7DBF4B935D203850
ÿ0ÿ6nRF52 Device address(LE Order): 0xE25AC01962C1
Those control characters at the beginning would look like the following in the RTTViewer windows app:
0> RESETRES=0. PSELRESET[0]/[1]= 0xffffffff/0xffffffff, Reset Reason: Power-On Reset.
0> WDT NOT started. CRV= 0xffffffff
6> testcode_v_0.5.8 main.c. compiled @ Mar 29 2017 07:27:02
0> nRF52 Device ID(LE Order): 0x7DBF4B935D203850
0> nRF52 Device address(LE Order): 0xE25AC01962C1
Is there a way to have the logger write out the terminal window properly instead of the control sequence? If I use the RTTView on Windows and then use "Start Terminal Logging", it is saved the proper way.
This is using JLinkeRTTLogger on Mac. I haven't tried on Windows yet, but if it behaves differently there, I could use that.
Thanks!
The post was edited 1 time, last by alzander ().