-
Notifications
You must be signed in to change notification settings - Fork 1
How to use Tracealyzer
Hiroki Ishiguro edited this page Nov 26, 2022
·
5 revisions
- 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)
- Installed firmware is version v2.0.0 or later.
- Method of writing = Update firmware from SD card
- Operation of command response has been checked
- Refer to serial terminal demo in the following page
- 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.
- dataflash write tracealyzerserveripaddress 192.168.1.210
- dataflash write tracealyzerserverportnumber 12000
- This page introduce only how to use, and this page omit introducing how to implement Tracealyzer Library: Tracealyzer Recorder that is implemented in RX72N Envision Kit firmware.
- For how to implementation, please refer to following page.
- OTA via AWS with FreeRTOS
- Network Benchmark
- How to use Tracealyzer
- D2 audio
- MEMS mic
- ESP32
- SSL acceleration by Trusted Secure IP(TSIP)
- Generate new project (bare metal)
- 1+SCI_
- 1+Trusted Secure IP Driver
- 1+QSPI+Serial flash driver (for Macronix)
- 1+Ether+TCP/IP_
- 1+Ether+TCP/IP+Web Server_
- 1+SDHI+SD Card Driver+Filesystem_
- 1+GLCDC+DRW2D+emWin(Segger GUI Middleware)
- 1+SSI+Audio playback and recording
- Generate new project (FreeRTOS(Kernel Only))
- Application of queue Serialization of print debug
- How to implement Tracealyzer Recorder
- How to implement Tracealyzer Recorder for complex system
- AWSとFreeRTOSを用いたOTAによるファームアップデート方法
- ネットワークベンチマーク
- Tracealyzer使用方法
- D2オーディオ活用
- MEMSマイク活用
- ESP32活用
- Trusted Secure IP(TSIP)によるSSLの加速
- 新規プロジェクト作成方法(ベアメタル)
- 1+SCI
- 1+Trusted Secure IPドライバ
- 1+QSPI+シリアルフラッシュドライバ(Macronix用)
- 1+Ether+TCP/IP
- 1+Ether+TCP/IP+Webサーバ
- 1+SDHI+SDカードドライバ+ファイルシステム
- 1+GLCDC+DRW2D+emWin(Segger GUIミドルウェア)
- 1+SSI+音声再生録音