Hi,
I want to check time line of my project using segger SystemView.
- SDK 16.0.0v
- ESB example
- nRF52832
When Start recording, "Could not find RTT Control Block" message occurs.
In "SEGGER System USER GUIDE" 4.1 Including SystemView in the application, It specified that some file should copied to project. (eg. Global.h, SEGGER_RTT_Conf.h ...)
But I can't those files in my local. And some files that looks like related to SystemView (eg. SEGGER_RTT.c, SEGGER_RTT_printf.c) are already included to ESB example.
How could I start segger SystemView?