hello,
How can I ensure that variables declared are in same order in map (output) file as they declared in header file.
For example let I have 6 var.
UINT32 t1Var;
UINT16 t1Var;
UINT16 t1Var[3];
Char t1Var[5];
UINT32 t1Var;
UINT16 t1Var;
kindly, suggest a solutuion without using the structure . i dont want to use structure due to any reason