• code jump - flash to iram
    hi, We are facing a problem in software (lpc3250 controller). Executable code is running from external nor_flash. We need to execute two statements from internal ram of processor then PC has to jump...
  • global variable space, IRAM
    Every so often I chase memory overflows (IRAM or variable space) and I never remember where the settings are that need to be changed. I added a global structure array that caused my code not to even...
  • 3rd IRAM are definition. Is it possible?
    Hello, I am using the LPC2387. Total SRAM is 98KB in 3 memory areas (64kB SRAM, 16kB SRAM Ethernet, 16kB SRAM for USB and general purpose use). I can only set 2 RAM memory areas in the Target window...
  • bank switching
    Hello, Does any body know why in the L51_BANK.A51 file, the definition of the segment for the ?BANK?SWITCH function is: ?BANK?SWITCH segment code PAGE My question is about the PAGE definition...
  • bank switch
    How do I create a code banking application with c51 and assemble file?