$WAITSTATE
From MCS Wiki AVR
(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = Compiler directive to activate external SRAM and to insert a WAIT STATE for a slower ALE signal. [[CONFIG_XRAM|[[File:Notice...") |
|||
Line 5: | Line 5: | ||
| | ||
− | + | [[File:Notice.jpg|left|Notice.jpg]][[CONFIG XRAM]] be used instead. | |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
Line 31: | Line 31: | ||
= <span class="f_Header">See also</span> = | = <span class="f_Header">See also</span> = | ||
− | [[$XA]] , [[ | + | [[$XA]] , [[CONFIG XRAM|CONFIG XRAM]] |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
Line 47: | Line 47: | ||
{{Languages}} | {{Languages}} | ||
− | [[Category: | + | [[Category:BASCOM Language Reference]] |
Latest revision as of 00:07, 7 February 2013
Contents |
Action
Compiler directive to activate external SRAM and to insert a WAIT STATE for a slower ALE signal.
CONFIG XRAM be used instead.
Syntax
$WAITSTATE
Remarks
The $WAITSTATE can be used to override the Compiler Chip Options setting.
Wait states are needed for slow external components that can not handle the fast ALE signal from the AVR chip.
See also
Example
$WAITSTATE
Languages | English • Deutsch |
---|