• Can you Explain Me this ?
    #define MAIN_CARD 0x00 #define AUXILIARY_CARD 0xFF #define AUXILIARY_CARD_1 0x01 #define AUXILIARY_CARD_2 0x02 #define AUXILIARY_CARD_3 0x03 #define AUXILIARY_CARD_4 0x04 #define AUXILIARY_CARD_5 0x05...
  • Can you Explain Me this ?
    #define MAIN_CARD 0x00 #define AUXILIARY_CARD 0xFF #define AUXILIARY_CARD_1 0x01 #define AUXILIARY_CARD_2 0x02 #define AUXILIARY_CARD_3 0x03 #define AUXILIARY_CARD_4 0x04 #define AUXILIARY_CARD_5 0x05...
  • explain
    i am working in arm7/ 9 boards.. IDE IS keil3 version.. in all sample program..they given the retarget option.. what is the need of that..
  • Can anyone explaine this logic?
    while (1) { USARTdrv->Receive(&cmd, 1); /* Get byte from UART */ osSignalWait(0x01, osWaitForever); if (cmd == 13) /* CR, send greeting */ { USARTdrv->Send("\nHello World!", 12); osSignalWait...
  • Are you using RTX? Can you help me?
    Hello, I have a major problem with RTX and Keil don't seem to be able to help (as they want a simple scenario to cause the problem, but I cannot give them the hardware of course. Maybe I can make...