We are working s32 design studio with cyclone max debugger , we are successfully developed c code for run&compiled.but we go to test for this c code in s32 design studio how to check the variable values with out debugging in s32 design studio

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

We are working s32 design studio with cyclone max debugger , we are successfully developed c code for run&compiled.but we go to test for this c code in s32 design studio how to check the variable values with out debugging in s32 design studio

768 Views
bhuvaneshwaran
Contributor I

We are working s32 design studio GNU C compiler with cyclone max debugger , we are successfully developed c code in  for run&compiled.but we go to test for this c code in s32 design studio how to check the variable values with out debugging in s32 design studio. OR how to shown verified  the variable value in s32 design studio WITHOUT DEBUGGING.# 

Tags (2)
0 Kudos
1 Reply

621 Views
martin_kovar
NXP Employee
NXP Employee

Hello,

 

I do not know your possibilities, but without debugger there are not many options how to check it. For example, you can configure SCI (serial communication interface) and send the variables values via UART. Another option is to use some display connected to board or use GPIO and LED diodes.

 

Another possibility is to use Freemaster, which is developed for this purpose.

http://www.nxp.com/products/power-management/wireless-charging-ics/freemaster-run-time-debugging-too...

 

Regards,

Martin

 

0 Kudos