• IAP Command execution
    Hi, I need to erase a flash page using IAP commands. i am doing the following IAP.cmd = 59; IAP.par[0] = start_addr; IAP.par[1] = end_addr; IAP.par[2] = clk; // 20 MHz IAP_Entry (&IAP.cmd...
  • problem starting the application
    Hi Guys I'm working with LPC17xx(on a custom board) along with uvision v4.03 and my JTAG debugger is Segger j-link. The problem is when I download my program(through jlink) It does not start executing...
  • Application won't start
    Hi, I'm trying to port and older RTX project which uses external SDRAM. But before it gets to main() I'm getting an Undef_handler error. When I single step I find that the error occurs at a specific...
  • IAP
    Hello Experts, I dont want to duplicate the treads, but may i get some help to solve my problems with IAP. Please refer queries, at http://www.keil.com/forum/docs/thread8148.asp
  • IAP
    I am writing to flash memory of LPC2136. Do I need to erase the segment before writing Because i wrote garbage when i write to Flash after doing segment preparation only. every thing fine If...