unused memory areas are not zero?

Parts of the address area where are not used by the application are not zero (0x00000000)?

e.g. memory areas for CS signals, which were not used?

best regards
Joe

Parents
  • There is no reason for the tools to do anything with memory areas that are not used - so you should regard their contents as undefined.

    For specific details, you're going to have to state what toolset(s) you're using...

    If you want to specifically set otherwise unused areas to some specific value(s), then that's probably best done via the startup code.

Reply
  • There is no reason for the tools to do anything with memory areas that are not used - so you should regard their contents as undefined.

    For specific details, you're going to have to state what toolset(s) you're using...

    If you want to specifically set otherwise unused areas to some specific value(s), then that's probably best done via the startup code.

Children
More questions in this forum