trabelsim / STM32L476-SWV

Using Serial Wire Viewer from Atollic to follow characters sent by using ITM_SendChar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32L476 -SWV

  • Sends characters by using Serial Wire Viewer set-up on Core Clock : 80 MHz , SWO Clock : 2000 kHZ , Port : 0 .
  • The elements are sent by _write_swv function which take the characters and its lenght.
  • During the process the variables expressions are followed up like (len, ptr - memory location , *ptr - char value passed for every single iteration.

alt text

About

Using Serial Wire Viewer from Atollic to follow characters sent by using ITM_SendChar


Languages

Language:C 98.6%Language:C++ 1.2%Language:Assembly 0.3%