• Programming LPC2368 Memory Part
    I am new to ARM technology. I am using Nxp ARM7 LPC 2368 board.I have tried few of the codes and they are working fine. Please help me out in writing a program which writes data into the memory using...
  • LPC2478 external memory programming.
    We are currently looking to use external flash with the LPC2478 NXP processor. Is it possible to program the flash via the JTAG with this processor using the Keil environment? We have done this in...
  • Code program to the external flash memory
    Hi Everybody, I am using the develop kit EA LPC1788, and I would like to use the external memory (ROM2: start :0x90000000 size : 0x4000000) for the executing program, Someone could help me with the...
  • program internal memory and not external for debugging
    I'm on a LPC2478 processor (57.6MHz) using both internal flash and external flash (8M) . The external flash is just used for graphics for the GUI. I'd like to speed up how fast it programs, because it...
  • Memory exceeded but program still build
    Flash = Code + RW data + RO data Ram = RW data + ZI data right?? I am using LPC1317 with 64K flash & 10K sram. After build keil shows : code : 63450 ro : 9566 rw : 376 zi : 3120 ...