• Need example to get CAN running
    I have problems to get the CAN controller on my Infineon XC886 CM running. Have someone example code for sending a CAN message via CAN node 0 (CAN RXD Port 1_6, CAN TXD Port 1_7)? I have tryed to use...
  • programmer
    hi, i have designed a serial programmer circuit for P89V51RD2FN Micro-controller using MAX-232 and RS-232. i have used an oscillator of 11.0592MHz. but while programming with flash magic with a baud...
  • Getting run-time information of stack usage by Tasks
    Hello all, I want to know whether i can use 'void* stk' from 'os_tsk_create_user_ex()' function call to get the runtime stack utilization? I want to print the real time utilization of stack for each...
  • CanĀ“t start programm
    I have a problem with my ULINK. I use a XC164 Starterkit. I can download a programm on the chip but I can't start it.
  • getting error 65 while simulate C programme
    #include<reg51.h> #include<stdio.h> sfr p1=0X90; void main () { unsigned char z; char mynum[]={"+1,+2,+3,+4,-1,-2,-3,-4"}; p1= 0xF0; for (z=0;z<=8;z++) { p1=mynum[z]; } } *** error 65: access...