Freescale Semiconductor Microcontrollers Uživatelský manuál Strana 835

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 892
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 834
Debugger Engine Commands
Debugger Commands
835
Microcontrollers Debugger Manual
Example:
WAIT 100
T
...
Pauses for 10 seconds before executing the T Trace instruction.
WB
The WB command sets a specified block of memory to a specified list of byte values.
When the range is wider than the list of byte values, the list of byte values is repeated as
many times as necessary to fill the memory block. When the range is not an integer, a
multiple of the length of the list and the last copy of the list is truncated accordingly. This
command is identical to the memory set (MS
) command.
Usage
WB range list
range: is an address range constant that defines the block of memory to be set to
the values of the bytes in the list.
list: is a list of byte values to be stored in the block of memory.
Alias
MS
Components
Debugger engine.
Example
in>WB 0x0205..0x0220 0xFF
This command fills up the memory range 0x0205..0x0220 with the 0xFF byte
value.
Zobrazit stránku 834
1 2 ... 830 831 832 833 834 835 836 837 838 839 840 ... 891 892

Komentáře k této Příručce

Žádné komentáře