Freescale-semiconductor Microcontrollers Uživatelský manuál Strana 811

  • 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 810
Debugger Engine Commands
Debugger Commands
811
Microcontrollers Debugger Manual
PRINTF
The PRINTF is the standard ANSI C command: Prints formatted output to the standard
output stream.
Usage
PRINTF (“[Text ]%format specification” , value)
Components
Debugger engine.
Example
in>PRINTF("The value of the counter is: %d", counter)
The output is: The value of the counter is: 2
PTRARRAY
The PTRARRAY command allows the user to specify a pointer to display as an array.
Usage
PTRARRY on|off [nb]
Where:
on displays pointers as arrays.
off displays pointers as usual (*pointer).
nb is the number of elements to display in the array when unfolding a pointer
displayed as array.
Components
Data component.
Example:
in>Ptrarray on 5
Display content of pointers as array of five items.
Zobrazit stránku 810
1 2 ... 806 807 808 809 810 811 812 813 814 815 816 ... 891 892

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

Žádné komentáře