• interrupt_ethernet - Reg
    I am using MDK ARM Professional version v4.74 and MCB2300 evaluation board.How to use ethernet interrupt using static void interrupt_ethernet (void) __irq.I have enabled ethernet interrupt using VICIntEnable...
  • Correction
    Hi guys, Thanks for the help! Last night, I was lying in bed and came across the manual section it stated that you need to declare & define the code variable in one statement. I think I had read...
  • is this procedure correct ?
    unsigned char read_val1; unsigned char read_val2; unsigned char read_val3; void send_uart(void); void send_uart() { #pragma asm S1 EQU 08H S2 EQU 09H S3 EQU 0AH S4 EQU 0BH E1 EQU 0CH...
  • need correction for a program
    i have a written a program for a 4channel ir remote control with keilc for ATMEL89c51.IR sensor(TSOP1738) is coneected with interrupt1 (P3.3) and timer0.i use timer0 as 16 bit counter and timer1 as 16...
  • Flash error correction on XC167CI
    Hello! I try to estimate as far as is necessary to perform CRC 8 in XC167. I've read about ECC (Error Correction Code) which is used when Flash accessing. So, every 64-bit data of flash refers to 8-bit...