AMX System Configuration
K
A
DAK
171
AMX Interrupt Stack Size
The AMX Interrupt Supervisor requires a minimum Interrupt Stack size of 128 bytes.
The stack size must be a multiple of 4 bytes.
In addition to this minimum, you must allocate sufficient stack to satisfy the application
ISP with the greatest stack usage. If nested interrupts are possible, then the worst case
interrupt nesting must be analyzed and additional interrupt stack size allocated. If n
levels of nesting are permitted, then the interrupt stack size must be increased by
(64*n)+x bytes, where x is the sum of the worst case stack use by each of the n ested
ISPs.
AMX and Managers in Separate ROM
AMX and its managers can be installed in a private ROM and accessed by your
application via the AMX ROM access module. If you are using AMX this way, check
this box.
If you are linking your application with AMX and its managers, leave this box unchecked
even if you are going to burn your linked AMX system into a ROM.
Medium Model
If you have created any Medium model Restart Procedure, Exit Procedure or Timer
Procedure, check this box. Otherwise leave this box unchecked.
24-bit Address Space
If you are using the Paradigm toolset (see AMX 86 Tool Guide, toolset PX) to create an
AMX application for the VAutomation Turbo186 processor (or equivalent) with its 24-bit
memory addressing, check this box. Otherwise leave this box unchecked.