Hello
Did anybody succeed to use SEGGER SystemView with RELAX Kit without OS?
I configured it according to SEGGER manual, but when I start to record, my application stops in file startup_XMC4500.s:
I use the supplied configuration in file SEGGER_SYSVIEW_Config_NoOS.c. Maybe something should be changed?
Did anybody succeed to use SEGGER SystemView with RELAX Kit without OS?
I configured it according to SEGGER manual, but when I start to record, my application stops in file startup_XMC4500.s:
Code:
/* ================== START OF VECTOR ROUTINES ============================= */
.align 1
.thumb
/* Reset Handler */
.thumb_func
.globl Reset_Handler
.type Reset_Handler, %function
Reset_Handler:
ldr sp,=__initial_sp
#ifndef __SKIP_SYSTEM_INIT
ldr r0, =SystemInit
blx r0
#endif