Hi,
I've some problem with CW 5.0! I'm not able to initialize local varible inside functions.
For example:
void Kernel (INTERFACE *p)
{
unsigned char tmp = 0;
static unsigned char basetime = 0;
...
}
When I run the Debugger HiWave, and I stop the application inside the function, the local variables have undefined values!
Why Does it Happens? Is there any option to set?
Thanks
Bye
Andrew