• Interrupt VS Non Interrupt Overlaying....
    An older post, in the knowledge base describes that variable corruption can occur if local variables in an interrupt are overlayed with non interrupt or lower priority local variables. http://www...
  • Interrupt VS Non Interrupt Overlaying....
    An older post, in the knowledge base describes that variable corruption can occur if local variables in an interrupt are overlayed with non interrupt or lower priority local variables. http://www...
  • using OVERLAY with wildcards...
    hi members... I have a problem with linker when try to use overlay control like OVERLAY( ?CO?MAIN~(?PR?*?UTILS), ?PR?MAIN!(?PR?*?UTILS)) linker gives me ERROR L207: INVALID NAME. There is...
  • using OVERLAY with wildcards...
    hi members... I have a problem with linker when try to use overlay control like OVERLAY( ?CO?MAIN~(?PR?*?UTILS), ?PR?MAIN!(?PR?*?UTILS)) linker gives me ERROR L207: INVALID NAME. There is...
  • BL51 command line error with OVERLAY directive
    Hi all, I am trying to craft a (somewhat) complicated OVERLAY directive for the BL51.exe linker. Basically, the situation is this: I have one function that I am trying to add to the call tree, because...