Array

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

Array

388 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by blasiis on Mon Nov 22 08:55:23 MST 2010
I have a problem displaying the aaray variabiles.
Some time, in debug state in stop mode the array variabiles are display without + simbols like attachment example
0 Kudos
8 Replies

379 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Tue Dec 07 04:16:38 MST 2010
At present, we have not been able to reproduce the problem. If you can provide a buildable test case that allows us to reproduce the problem, then we can investigate this further.
0 Kudos

379 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by blasiis on Tue Dec 07 03:54:44 MST 2010
The problem remaing . . . . .
Possible solution ?
0 Kudos

379 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by blasiis on Thu Nov 25 01:02:57 MST 2010
I cannot "expand" icon
0 Kudos

379 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Wed Nov 24 01:32:13 MST 2010
I'm wondering if this is just a screen update issue. If you click on where you would expect the "expander" icon to be next to what you know is an array, does the array then open up?

Regards,
CodeRedSupport
0 Kudos

379 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by blasiis on Tue Nov 23 10:56:24 MST 2010
[B]the declaration is:[/B]
#define max_Tmr_1ms        30
uint32_t Tmr_1ms[max_Tmr_1ms];

[B]in the include i have added:[/B]
extern uint32_t Tmr_1ms[];
0 Kudos

379 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Tue Nov 23 09:08:06 MST 2010
Nobody else has reported this issue.

You haven't provide the exact definition. So it is global and external. but what *type*, what dimensions etc. We are willing to help, but only when you give us enough information. We are not mind readers.
0 Kudos

378 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by blasiis on Tue Nov 23 08:06:56 MST 2010
The array is Global and is defned external, is difficult send a example, I cannot send you all application.
I am the only one with these problems, you do not have any other recommendations?
0 Kudos

379 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Mon Nov 22 09:21:31 MST 2010
Please provide some more details. Such as how the array is defined, is it local, or global, etc etc. Best of all, provide some code that we can then use to try to reproduce.
0 Kudos