• Not able to erase FLASH BANK A in lpc1837
    Hi, I am using LPC1837, I am using Flash Erase Page using IAP commands as follows /* Erase page */ IAP.cmd = CMD_ERASE_PAGE; IAP.par[0] = u4l_flash_start_addr; IAP.par[1] = u4l_flash_end_addr;...
  • Monitor in Bootstrap mode
    I want to run the C166 monitor in bootstrap mode but have problems to get it running. Since the memory map is quite exotic, finding proper monitor configuration might produce some headache. But i do...
  • Monitor in Bootstrap mode
    I want to run the C166 monitor in bootstrap mode but have problems to get it running. <br> Since the memory map is quite exotic, finding proper monitor configuration might produce some headache. <br...
  • Monitor and Bootstrap mode
    I have a Question using the Keil Monitor (on a Phytec KC167 Board): When I start a debug session with my Phytec board, the monitor is being downloaded in bootstrap mode. But when I am debugging, my...
  • SWITCH in banked mode
    I'm developing a banked program: BANK0 and BANK1 :program BANK2: constants I can't execute long SWITCH statements in functions located at bank1. That't because the big switchs utilizes C?CCASE...