• put const variables into code-segment
    Hi. I want to put a (large) table of constant values into the code-segment, because I'm very low on RAM but have plenty of program-ROM. The C51-manual on page 88 says "Constant variables may also...
  • put const variables into code-segment
    Hi. I want to put a (large) table of constant values into the code-segment, because I'm very low on RAM but have plenty of program-ROM. The C51-manual on page 88 says "Constant variables may also...
  • Is there an easy way to copy/move/share projects?
    I've discovered that sending a Keil project from one person to another is an absolute nightmare. All the paths are different, and even if you go through every single included file, there seem to be other...
  • Is there an easy way to copy/move/share projects?
    I've discovered that sending a Keil project from one person to another is an absolute nightmare. All the paths are different, and even if you go through every single included file, there seem to be other...
  • How to disable stack area zero-init
    Hi, is there simple possibility to disable stack zero-init at startup (Keil MDK-ARM)? I'm trying to find some stack issues in the program, so I have filled the stack memory areas (multiple stacks...