Freescale Semiconductor Microcontrollers Manuel d'utilisateur Page 788

  • 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 787
Debugger Engine Commands
Debugger Commands
788
Microcontrollers Debugger Manual
FPRINTF
FPRINTF is the standard ANSI C command: Writes formatted output string to a file.
Usage
FPRINTF (<filename>, <&format>, <expression>,
<expression>, ...)
Components
Debugger engine.
Example:
fprintf (test.txt,"%s %2d","The value of the counter
is:",counter)
The content of the file test.txt is: The value of the counter is: 25
FRAMES
In the SoftTrace component, the FRAMES command sets the maximum number of
frame records.
Usage
FRAMES number
Where number is a decimal number, which is the maximum number of recorded
frames. This number must not exceed 1000000.
Components
SoftTrace component.
Example:
FRAMES 10000
Vue de la page 787
1 2 ... 783 784 785 786 787 788 789 790 791 792 793 ... 891 892

Commentaires sur ces manuels

Pas de commentaire