Skip to main content
Visitor II
July 27, 2005
Question

ST9 call routine in RAM from an interrupt routine, memory model COMPACT

  • July 27, 2005
  • 2 replies
  • 724 views
Posted on July 27, 2005 at 06:48

ST9 call routine in RAM from an interrupt routine, memory model COMPACT

    This topic has been closed for replies.

    2 replies

    rmiucicAuthor
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 11:36

    Hello,

    I try to call a routine in RAM using the memory model COMPACT, so the only way to do it is using the assembly to perform a ''calls''. It works fine. But if I call this routine in RAM from an interrupt routine, I get this message from stvd9 : memory location doesn't exist ! Do I need to take care of anything else beside this ''calls'' instruction in order to perform this operation ?

    Thanks if anybody can help me find out a way to do it...

    :o

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 11:36

    Try using other memory model