Quantcast
Channel: Infineon Forums
Viewing all articles
Browse latest Browse all 9892

SEGGER SystemView with RELAX Kit without OS

$
0
0
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:


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

I use the supplied configuration in file SEGGER_SYSVIEW_Config_NoOS.c. Maybe something should be changed?

Viewing all articles
Browse latest Browse all 9892

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>