• Keil Disassembler - please explain output
    Hello, I have a simple assembly startup file for and ARM7 (LPC2478) when I debug this code the disassembly seems odd to me. could someone explain the following: Note: this is the mix mode view...
  • 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 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...
  • 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...