How to use Tracealyzer - renesas/rx72n-envision-kit GitHub Wiki

Things to prepare

  • Indispensable
    • RX72N Envision Kit × 1 unit
    • USB cable (USB Micro-B --- USB Type A) × 2
    • Windows PC × 1 unit *Tools installed in Windows PC * Tracealyzer
    • LAN cable × 2
    • router × 1 unit (which operates as DHCP server)

Prerequisite

Execution Behavior

  • Tracealyzer stores internal information of Realtime OS on RAM, output them by using UART, Ethernet, etc to outside of device and PC can receive them and PC can visualize this internal information.
    • For this, Tracealyzer need installing library that can gather the internal information from the device has Realtime OS.
    • In RX72N Envision Kit case we implemented this feature
      • later firmware version v.2.0.0.
      • can output the data via Ethernet.
    • RX72N Envision Kit need to know PC IP address and port number to communicate with PC
      • We can input these setting value by using command response.

Example of setting for RX72N Envision Kit

  • dataflash write tracealyzerserveripaddress 192.168.1.210
  • dataflash write tracealyzerserverportnumber 12000
  • image

Example of setting for PC

  • image

Execution behavior example

  • image

Reference