This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Setting memory model

To set a particular memory model, it appears I have to set pragma in each and every source code file. Is that true? Is there no Project option parameter I can use to set it globally?

Does anyone else find the documentation with the Keil tools to be as useless as I do? Just curious.

Parents
  • Does anyone else find the documentation with the Keil tools to be as useless as I do? Just curious.

    ALL documentation I use is as 'useless' as the Keil docs.
    I have found that all documentation of technical limited quantity stuff is extremely 'useful' once you almost do not need it. You need to know it to know what to look for.
    One particular issue is indexing, if you are looking for "the function that makes it whistle Yankee doodle dandy" you will only find it if you remember the name of that function.

    So, if you want the documentation to be 'useful' read it end to end 10 or more times and you will have an idea where and how to look for what.

    Erik

Reply
  • Does anyone else find the documentation with the Keil tools to be as useless as I do? Just curious.

    ALL documentation I use is as 'useless' as the Keil docs.
    I have found that all documentation of technical limited quantity stuff is extremely 'useful' once you almost do not need it. You need to know it to know what to look for.
    One particular issue is indexing, if you are looking for "the function that makes it whistle Yankee doodle dandy" you will only find it if you remember the name of that function.

    So, if you want the documentation to be 'useful' read it end to end 10 or more times and you will have an idea where and how to look for what.

    Erik

Children