• 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...
  • 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...
  • the timestamp during the kernel boot not correct
    I set the frequency of the system counter to 20MHz: by set cntfrq_el0 dmesg: arch_timer_of_init, rate 20000000 arch_timer: cp15 timer(s) running at 20.00MHz (phys). but in dmesg, the time shows...
  • START167.A66 file with the correct settings
    hello i am a student and i'm working to a project in which i am using a c163 evaluation board but i have a major problem and i can progress because of it, when i declare global variables i have problems...
  • is the program is correct?help me
    #include<reg51.h> sbit op1=P0^0; sbit op2=P0^1; sbit op3=P0^2; sbit op4=P0^3; int c; void delay(void)//delay .5 second { int d; for(d=0;d<10;d++) { TF1=0;//clear overflow flag TL1=0xB0; TH1...