SEGGER SystemView with RELAX Kit without OS

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
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:


/* ================== 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


I use the supplied configuration in file SEGGER_SYSVIEW_Config_NoOS.c. Maybe something should be changed?
0 Likes
1 Reply
lock attach
Attachments are accessible only for community members.
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

Find attached a simple example, monitoring the systick.
Maybe the problem was
#define SYSVIEW_RAM_BASE        (0x20000000)

Regards,
Jesus
0 Likes