• Keyboard shortcuts storage location?
    Does anyone know where the new definitions for new or modified keyboard shortcuts are stored? I looked at 4 .ini files that were modified with the time code of when I made the changes in the UV3 folder...
  • locating code constants in bank1
    i am trying to locate code constants in bank1 (Cygnal F124). but it is always placed in common area only. i have also writen "bank1(?co?table)" in L51 dialog box in uVision2. in common area it is...
  • 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...
  • Absolute location of constant tables in code space
    I'm looking for a way to absolutely locate a constant array in code space using the C51 compiler. I can use the 'code' memory location specifier to indicate the array should be located in program memory...
  • how to easily locate constant in bank easily?
    Hi folk I am developing a huge application of 64K * 4 using 4 banks on Keil 7.01 Consider the following scenerio: I have over 20 modules (over 20 c source files) in each of the banks. And in...