• boot, applicative program and interrupts
    Here is my configuration address: Boot program (EPROM) 0000-3FFF Application (RAM) 4000-FFFF Interrupt vectors are from 0000 to 007B, i.e. fixed in EPROM. My boot program doesn't used any interrupt...
  • JUMP FROM BOOT PROGRAM TO APPLICATION PROGRAM
    I want to jump from a boot program to another program saved in another address with C166, What are the steps I must follow?
  • Accessing section from C code
    I am porting legacy code to the Keil/uVision5/MDK-ARM Standard Cortex-M Version 5.11.0.0. The code uses in few places static variables/objects in a specific section, which then becomes an array of the...
  • Sections
    Hello, I am trying to convert a project from uVision 1 (C166 V3.11) to uVision 2 (C166 V4.20). After importing the old project and building it, I get linker errors L110:CANNOT FIND SECTION OR REGBANK...
  • LPC1754. Secondary boot. Jump to Application.
    I use LPC1754 for my project. As I can't get boot source from NXP, I made secondary boot program. It is writed in sector 0 and 1 in flash. When power up, real boot execute my secondaray boot program...