• 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...
  • 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...
  • Watchdog fails when executing IAP functions: LPC2131
    Hi I am using LPC2131 chip and i have problems while using IAP functions. 1) Watchdog Reset does not happen if the program hangs while executing the IAP function.During normal operation watchdog works...
  • Watchdog fails when executing IAP functions: LPC2131
    Hi I am using LPC2131 chip and i have problems while using IAP functions. 1) Watchdog Reset does not happen if the program hangs while executing the IAP function.During normal operation watchdog works...
  • Start uVision code execution automatically from command line?
    I am starting the debugger with UV4 -d <project> from the command, but would like to start code execution (Run/F5) automatically. This can be done with a GO command in the initialization file, but the...