
SIGNUM SYSTEMS
24
pause <msec>
Pause for the <msec> number of
milliseconds.
emu <parameter> = <value>
Set one of the following emulation
parameters:
• cmdline (argument string for the
debugger)
• semihosting_enabled (0 – disabled, 1 –
enabled)
TABLE 1 Configuration file commands.
Empty lines, spaces and comments starting with a semicolon are ignored.
The following is an example of a typical startup macro file.
; MyTarget.mac - RDI Startup macro for MyTarget board.
; Version 1.00 7/10/02 - Initial version
reset /halt ; reset and stop the CPU
sd 0xFFFE4000 = 0x032F0102 ; Setup PLL register
pause 100 ; Wait for clock setup
; Initialize memory
sd 0xFFFECC10 = 0x00203339 ; CS0 configuration
sd 0xFFFECC14 = 0x00001139 ; CS1 configuration
sd 0xFFFECC18 = 0x00001139 ; CS2 configuration
sd 0xFFFECC1C = 0x00001139 ; CS3 configuration
; Disable ARM watchdog
sw 0xFFFEC808 = 0x00F5
sw 0xFFFEC808 = 0x00A0
; Configure the emulator
emu semihosting_enabled=0 ; disable virtual I/O
; End of file 'MyTarget.mac'
SWII-B-RDI-RLINK 3.2.07.18.20 81
Komentáře k této Příručce