![]() | ||
| Home | SwiftX Archive | SwiftForth Archive | |

Concerning multitasking, should we assign RAM sections for each task
separately? That would result with a maximum number of tasks running
related to the amount of RAM available. Am I right?
For example, my code uses two tasks named PBT and HRT and the backgroud
definitions are as follows:
4 32 32 BACKGROUND PBT
4 32 32 BACKGROUND HRT
Building the complete code results with:
Start End Size Used Unused Type Name
8000 FFFF 32768 9022 23746 CDATA PROG
0500 05FF 256 0 256 CDATA PRAM
0200 02FE 255 32 223 IDATA IRAM
02FF 04FF 513 499 14 UDATA URAM
What might be the maximum number of tasks for this case (considering
the RAM available)?
I am a novice SwiftX programmer, and could not get the dynamics of RAM
allocation, and optimum strategies.
Regards,
Adnan Kurt
----------------------------------------------------------------------
swiftx_at_forth.com The SwiftX programming discussion email list
To unsubscribe, send subject "unsubscribe" to swiftx-request_at_forth.com
For list command help, send subject "help" to swiftx-request_at_forth.com
Message archives are located at http://www.forth.com/archive/swiftx
----------------------------------------------------------------------
This list is a forum for SwiftX users. For product support and bug
reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Fri Nov 28 2003 - 19:04:06 PST
This archive was generated by hypermail 2.2.0 : Fri Dec 05 2008 - 03:04:22 PST