• LPC2378
    I have used LPC2378 on my board. when the LPC2378 is in Virgin state (fresh IC never had been programmed), and i connect the Ulink2 to target PCB. But JTAG doesnt recognize the target IC. when i flash...
  • LPC2378
    Help me!!! (( Load "C:\\Keil\\Primeri iz knigi\\code.bundle.lpc23xx.lpc24xx.uvision\\Keil\\ADC\\Obj\\adc_debug.AXF" No Algorithm found for: 40000000H - 40000BA3H Erase skipped!
  • lpc2378
    I am using ARM7TDMI on lpc2378 ic of phillips. Can anyone please tell me how to program the kit. Is JTAG necessary for burning a code on the kit? Can i use Kiel to compile the code?
  • An error in allocation
    We have an issue with this code struct foo { int NumberOfPointers; char *Pointers[1]; } xx; // Allocate A Block Of Pool With Room For 100 Pointers myHunkyStuff = malloc( sizeof(long) + 100...
  • Memory allocation
    Hello all, I am new to developing code for ARM based processors under the Keil environment and as such finding my way around the IDE. Can someone clarify how to accurately establish the following...