Difference between revisions of "Talk:83Plus:RAM:82A5"

From WikiTI
Jump to: navigation, search
 
Line 1: Line 1:
 
Would it be appropriate to copy the message from TI's discussion board?  I'm not sure that it will be permanently available at that address, and I don't know that it's been published anywhere else.  Alternatively, of course, somebody else could elaborate on exactly how the area is used when graphing... [[User:FloppusMaximus|FloppusMaximus]] 16:31, 23 May 2005 (PDT)
 
Would it be appropriate to copy the message from TI's discussion board?  I'm not sure that it will be permanently available at that address, and I don't know that it's been published anywhere else.  Alternatively, of course, somebody else could elaborate on exactly how the area is used when graphing... [[User:FloppusMaximus|FloppusMaximus]] 16:31, 23 May 2005 (PDT)
 +
:For the time being, I'll post a copy of the message here until we can decide what we want to permanently do with it. --[[User:AndyJ|AndyJ]] 18:58, 23 May 2005 (PDT)
 +
<nowiki>[0:00, 3/9/05] Use of TempSwapArea in OS 2.30 by Brian Dean
 +
 +
 +
OS version 2.30 uses TempSwapArea for temporary storage during graphing operations.  System calls that may alter TempSwapArea include:
 +
 +
ReGraph
 +
DrawCmd
 +
ShadeCmd
 +
 +
If your App or program uses TempSwapArea and performs graphing operations, you may need to consider using a different free RAM location or an Appvar to store your data.
 +
 +
I hope this information is helpful.  If you have any suggestions or feedback regarding our development tools, please send me an e-mail at ti-83plus-sdk-support@list.ti.com, or use the feedback form located in the developer's section of our website.
 +
 +
Brian Dean
 +
Developer Support</nowiki>

Revision as of 18:58, 23 May 2005

Would it be appropriate to copy the message from TI's discussion board? I'm not sure that it will be permanently available at that address, and I don't know that it's been published anywhere else. Alternatively, of course, somebody else could elaborate on exactly how the area is used when graphing... FloppusMaximus 16:31, 23 May 2005 (PDT)

For the time being, I'll post a copy of the message here until we can decide what we want to permanently do with it. --AndyJ 18:58, 23 May 2005 (PDT)
[0:00, 3/9/05] Use of TempSwapArea in OS 2.30 by Brian Dean


OS version 2.30 uses TempSwapArea for temporary storage during graphing operations.  System calls that may alter TempSwapArea include:

ReGraph
DrawCmd
ShadeCmd

If your App or program uses TempSwapArea and performs graphing operations, you may need to consider using a different free RAM location or an Appvar to store your data.

I hope this information is helpful.  If you have any suggestions or feedback regarding our development tools, please send me an e-mail at ti-83plus-sdk-support@list.ti.com, or use the feedback form located in the developer's section of our website.

Brian Dean
Developer Support