• Locating the stack
    Hello, Could you refresh my memory as to the linker directive that can be used to located the system stack (and the syntax when used from the IDE)? Can I use public symbols from the startup file in...
  • Changing Flash memory location?
    Hi , Iam using LPC1769 for my project with Flash Memory size of 512KB (0x00000000-0x0007FFFF). I want to load the code at any FLash location(eg: from 0x00002000 or from 0x00008000) using Keil...
  • ISEG AT {location defined as EQU}
    I would like to have the following code, so I can maintain it easier using EQUs: {in an include file} STACKLENGTH EQU 50 {startup.a51} ISEG AT #(256 - STACKLENGTH) DS STACKLENGTH This way...
  • Check/locate Stack
    Hello, How is it possible to locate the stack (both internal and extended). Whow is it possible to check the size of allocated memory ? I would like also to put stack (only) in extended memory....
  • Stack Location (Cortex-M)
    Hi guys, I'm wishing to move the location of the stack but how is this possible? In the startup.s I have EXPORT __initial_sp Stack_Size EQU 0x00000200 AREA STACK, NOINIT, READWRITE, ALIGN...