I've included the following SEGGER RTT files to my project, but the RTT Viewer does not seem to work. Can anyone provide a reason as to why?
SEGGER_RTT_Syscalls_GCC.c
SEGGER_RTT.c
SEGGER_RTT.h
SEGGER_RTT_ASM_ARMv7M.S
SEGGER_RTT_Conf.h
SEGGER_RTT_printf.c
解決済! 解決策の投稿を見る。
When you add RTT related files.
You should check the _SEGGER_RTT Link Address in .map file.
And when you open the J-Link RTT Viewer.
Please input _SEGGER_RTT Link Address.
BR
Harry
I did find that I do need the call: SEGGER_RTT_Init()
Thanks!
When you add RTT related files.
You should check the _SEGGER_RTT Link Address in .map file.
And when you open the J-Link RTT Viewer.
Please input _SEGGER_RTT Link Address.
BR
Harry
Hi @Harry_Zhang ,
MCXN235 also havs this issue, after building project, the segger_rtt.o ram address will be changed, how to let Jlink RTT viewer auto detection the address.
or how can the segger_rtt.o be fixed at a specific RAM address? Thanks!