Skip to content

Commit

Permalink
Changed 'Serial Viewer Output' to 'Serial Wire Output'
Browse files Browse the repository at this point in the history
Didn't find any reference to 'Serial Viewer Output' on any ARM page. Therefore I assume that the correct expression is 'Serial Wire Output'.
  • Loading branch information
Florian Behrens authored and JonatanAntoni committed Sep 3, 2018
1 parent e4f6a25 commit f95e113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMSIS/DoxyGen/Core/src/Ref_Debug.txt
Expand Up @@ -7,7 +7,7 @@ CMSIS provides additional debug functions to enlarge the Debug Access.
Data can be transmitted via a certain global buffer variable towards the target system.

The Cortex-M3 / Cortex-M4 / Cortex-M7 incorporates the <b>Instrumented Trace Macrocell (ITM)</b> that
provides together with the <b>Serial Viewer Output (SVO)</b> trace capabilities for the
provides together with the <b>Serial Wire Output (SWO)</b> trace capabilities for the
microcontroller system. The ITM has 32 communication channels; two ITM
communication channels are used by CMSIS to output the following information:

Expand Down Expand Up @@ -113,4 +113,4 @@ int32_t ITM_ReceiveChar (void);
*/
int32_t ITM_CheckChar (void);

/** @} */
/** @} */

0 comments on commit f95e113

Please sign in to comment.