Freescale-semiconductor Microcontrollers Manual de usuario Pagina 811

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 892
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 810
1 2 ... 806 807 808 809 810 811 812 813 814 815 816 ... 891 892

Comentarios a estos manuales

Sin comentarios