Iam facing one problem.A Macro INIT_ON whose value is Code: #define INIT_ON (*((unsigned char *)0x70060000) & 0x80) what is this value doing
The only thing that can be wrong is its not working as you expect. What you expect is a million dollar question?
Bitwise Anding both the numbers and type casting them to unsigned char *. And of 0x70060000 & 0x80000000 Then type cast it