Hi Erick,
Thanks for the updateI have one more clarifications regarding ,say for eg:
In one of the function,this is one of the execuatble
PTADD = AllLinesAsInputs ;
/* Data Direction, Port A, Bits 0 - 7 Inputs */
#define AllLinesAsInputs 0x00 and #define PTADD _PTADD.PortData are defined in .h files ,
so while debugging I placed a breakpoint in the function where the above executable line is present and then tried to read the values in Expression window while debugging
,it shows that the variable PTADD "Target Request failed: Failed" in expression window,so my clarification is whether the variable PTADD gets the value 0x00 ,even though it does not show during debugging