tracking a variable?

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

tracking a variable?

216 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by khaled.raed on Sun Sep 18 17:42:58 MST 2011
Hallo Guys,
I wanted to know if it is possible for me to track a variable while the programming is running. What I mean is, if there is the capability of making a time table for a certain variable.

For sure, I can save the value in an array, but I am talking here about testing a product for a couple of days (if not weeks). So I need to track 1 or 2 variables to make sure everything is going right.

So is that possible!?

thanks in advance
0 Kudos
2 Replies

210 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Sun Sep 18 23:58:20 MST 2011
This is known as datawatch trace and is a feature of Cortex-M3 or Cortex-M4 based devices (LPC13/LPC17/LPC18/LPC43).

This functionality is available in Red Trace, which is an integrated component of Red Suite. You will also need to use the Red Probe+ debug probe.
See http://www.code-red-tech.com/red-suite-4.php and http://www.code-red-tech.com/red-probe-plus.php
0 Kudos

210 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Sun Sep 18 17:56:08 MST 2011
Sure, if you don't want to store you data in a RAM array, use an EEPROM.
If you need to store more data add a SD CARD :eek:
0 Kudos