Freescale Semiconductor Microcontrollers Manuel d'utilisateur Page 811

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 892
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 810
1 2 ... 806 807 808 809 810 811 812 813 814 815 816 ... 891 892

Commentaires sur ces manuels

Pas de commentaire