.globl _end_of_eunit_test

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

.globl _end_of_eunit_test

304 Views
hajianik
Senior Contributor I

Hello,

My target is S32k3 and the board is Q_100 eval board. I created a one file (main.c) project which compiles and kind of run with P&E MULTI LINK debugger attached how ever when I pause it, it end up in "statup_cm7.s" in  a location  as seen below

 .globl _end_of_eunit_test
_end_of_eunit_test:
b .

This code supposedly turn the blue line and before going to stand by mode turn it off and wakes up via PIT0 RTI.

So before you refer me to this example here or there note the following

This code is tightly almost entirely on project example "S32K344_RTI_Wkup_S32DS_3_4_RTD_LLD_2_0

this is a one file project and it is attached the target board is Q100 populated with S32K311.

I need your help. 

Thanks

0 Replies