• load region and execute region
    can the execute region address exceed the range specified by the load region base address and max size setting?
  • Load region size vs execution region size
    Trying to the keep the load region under 0x8000 but load region is more then 0x8000 yet execution region is only 0xa7c? How come my load region size is is so much more? This is a Cortex M1 on a Altera...
  • Seperate Hex file creation
    HI i m using 80c52 with external ROM for my project. I hve three external ROM with adress ROM 1 0x0000 to 0x1FFF ROM 2 0x2000 to 0x3FFF ROM 3 0x4000 to 0x5FFF Now i need to burn my code on...
  • APB register latency on lpc24xx
    I am trying to achieve a low latency PWM interrupt routine and cannot achieve fast register access times to any APB peripheral using the document " Getting top performance from NXP's LPC processors...
  • LPC24XX UART2 Reference Code
    Hello Friends, I am using LPC2468 and I want to use UART2 in my application. Can anybody please give me Reference code link please.