• ISD51 don´t work !!
    If I use the ISD51 I have the following problems: 1. After the download (with FM)I'll change to the simulation. But I get the following message: -------------------------------------- "ISD51 Error...
  • Problem with Transfering SBUF value
    Hi i m finding a problem in moving SBUF value to someother variable . My Code is serial () interrupt 4 { unsigned int ch[2]; static int i=0; if (RI) { if (i<2) { ch[i]=SBUF; i=i+1; } if...
  • can't assign a value to SBUF in simulator
    hello every body i have a problem when i use debugger i assign a value to sbuf but i can't get that?!?!? it seems that i can't simulate serial recieve?!?! plz help me :(
  • CAPCOM Timers don'
    Hello All, I am a newbie to the XC164CS and am trying to get the capcom timers to run and interupt on overflow. I used DAVE to generate code and checked it with the uC datasheet. It looks like everything...
  • Memory window don´t update
    Hello, I have a problem in the memory window in debug session. I don't see any changes in the memory window when when the program changes any memory address. I put the option Periodic Window Update...