It seems the MQX Debugger extension (TAD) is not able to locate the MQX string file to translate numbers to text. Most probably the path to MQX is not set correctly in the Windows Registry.
You can try to fix it:
• Run the regedit tool and locate the HKEY_LOCAL_MACHINE\SOFTWARE\Freescale\Freescale MQX\4.1 key.
• Check the registry variable PATH in that key. The variable should point to the installed MQX 4.1.
• The debugger wants to load the file at: [PATH]\tools\tad\mqx.tad. Make sure this file exists.
if it does not help, please post the screenshot of the "TAD Diagnostics" in the "Check for Errors" view in the MQX menu during an active debugger session.
Best Regards,
RadekS
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------