• Simulating an external memory location
    I'm converting from Metalink's metaice for my 87c51 development. I'm having trouble figuring out how to dynamically adjust the external memory locations that I'm using for external port inputs. The port...
  • 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....
  • Locating members of a struct variable to absolute memory locations
    I would like to know if I can use "_at_" to locate struct members to absolute memory locations. For instance, I have a struct variable defined as following, xdata struct { unsigned char member1;...
  • 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...
  • Comparison of constant (checking if flash location is not 0xff)
    Hello, I have one application, where I store several copies of settings into internal flash. I made command "CAT" for list of all stored settings. To identify single store location as "empty" I simply...