How is it possible to modify “tracex_custom.trxc ? to customize TraceX User Events when Azure RTOS TraceX installed through Microsoft Store?
Description:
In ThreadX, it is possible to create custom TraceX User Events with:
tx_trace_user_event_insert()
This feature is explained in this artice:
Chapter 10 - Customer user events
…here:
https://learn.microsoft.com/en-us/azure/rtos/tracex/chapter10
The article explains that these events can be customized by modifying the file “tracex_custom.trxc�? which is described as a “custom event configuration file“.
The problem:
However, since the TraceX UI is now installed through Microsoft Store, and the path to this file is in the installation path, it seems that Admin rights are needed to modify this file.
How can I used a modified “tracex_custom.trxc�??
TraceX version: 6.2.1.0
