• Const data location (again)
    Hi, Having read various articles on the location of const data within a bank switched application, it appears that the compiler/linker will, by default, place all const data from a particular module...
  • Initialized const at fixed location?
    Hi! I've got a piece of source in my current project which represents a balanced binary tree, built from a load of preinitialized structs in C. All that needs to be visible from the "outside" is...
  • const locating in code space
    I am trying to specify the flash address location for a large lookup table (300k). Can I specify a user class for this? How do I define it and reference the class from within my c code? Jeff
  • how to locate const Table in Flash
    Hi, I like to place a constant table into flash at a specific adress. I found some hints around the __at directive but I did not find out how to handle this directive in case of constants. I tried...
  • Relocatable code with const data
    I need to have a relocatable code with const data referenced by the code. Can anybody help on how the code / linker commands be organised