Seeking help with using SystemView on a custom board with an nRF9151. My code is based on the Azure IoT Hub example. I can enable CONFIG_TRACING=y and CONFIG_SEGGER_SYSTEMVIEW=y and build successfully but I cannot connect to SystemView. I believe this is because I have not enabled a backend. To connect I think I need to enable CONFIG_TRACING_BACKEND_RTT=y but this is not a recognised symbol. If I use menuconfig the backend available to me is RAM backend. Note: UART Backend is not available because I have CONFIG_UART_CONSOLE=n
I have also tried to build the Azure IoT Hub example for the nrf9151DK and use System view but have the same issues.
Has anyone managed to use SystemView and the Azure IoT Hub example? I would like to start with this as a base and if it works modify as required to work with my code and custom board.