The custom net core implementation I have is getting very slower causing the net core to behave unexpectedly. Hence I want to connect segger system view and perform time profiling on net core.
I was able to do same on app core using following kconfig for app core
CONFIG_THREAD_NAME=y
CONFIG_SEGGER_SYSTEMVIEW=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_TRACING=y
I tried to do same for net core but couldnt get any data on Segger system view. Any help with steps/ documentation would be really helpful.