• 51basic and interuppts
    the sample gps program works but no interuppts,,,, can i do interuppts in c or asm???? will you send sample gps program win interuppts to nishunda (underline) aribama (at) hotmail (dot) com but no...
  • 51basic and interuppts
    the sample gps program works but no interuppts,,,, can i do interuppts in c or asm???? will you send sample gps program win interuppts to nishunda (underline) aribama (at) hotmail (dot) com but no...
  • MCB900 programming problem
    Hi, I have MCB900 board V4 (with 89LPC936). At first time, I can program with KEIL (v8.02) which is using FM.EXE (flash Magic). Then, I tried to use ISD Demo program, it can be programmed. After that...
  • PWM program problem
    =period_reg-100){ deltaKLa[k]=period_reg+1; } if(deltaKLb[k]>=period_reg-100){ deltaKLb[k]=period_reg+1; } printf("%d ",k); printf("La=%d ,Lb=%d \n",deltaKLa[k],deltaKLb[k] ); ...
  • Program size problem
    Hi there, I'm having problem with the size of my binary code. My program uses cosine, arc tangent and square root. My kit only has a memory of 8k. I'm not including the math.h file. Instead, I coded...