Posted on July 28, 2003 at 08:03 OK, the problem is resolved. If we use a breakpoint the program never call the interrupt routine. I attach the file with the trap instruction that allow to break the emulation and verify/modify the variab...
Posted on July 24, 2003 at 07:49 Dear Ranjeet, unfortunately i already tried to inizialize the SysTimer array, but it's useless... I verified the MCCSR status, and the MCO bit is 0 (forced the inizialization to 0), but still it doesn't work...
Posted on July 23, 2003 at 06:25Read your map file: have you got enough RAM for all your local variables? How many 'volatile' variables do you have? The 'volatile' forced the allocation... Ciao!
Posted on July 23, 2003 at 06:09 Thank for the help, Ranjeet... but the problem persist. I attach the program with your modifications... I really don't understand where is the problem, I'll try other solutions, but if someone knows the reaso...
Posted on July 22, 2003 at 14:50Hello! I've got a problem with the timer handle: my program don't call the timer interrupt... and it's very simply! Is there any miss configuration? I attach the code file, i hope there is someone that can understand ...