Tool/software:
Hello TI Support Team,
I am encountering unresolved issues with TI Logger in the latest SimpleLink SDK implelink_cc13xx_cc26xx_sdk_8_30_01_01 when parsing logs via Python:
-
%dprints values as unsigned integers (similar to%u). -
%sfails to display string values entirely.
This occurs despite correct format specifiers in C code, suggesting a potential mismatch in the Python parsing implementation within TI Logger.
Key Questions:
-
Is there a known limitation in TI Logger's Python module regarding standard format specifiers (
%d,%u,%s)? -
Are there plans to update TI Logger's Python parser to align with standard printf behavior in future SDK releases?
-
If modifications are needed, which Python modules/files in the SDK should be referenced (e.g.,
ti_logger_parser.py,log_format.py)?
Additional Context:
-
Example log output and Python parsing code available upon request.
Please advise on workarounds or patches.
Best regards,
YJ KIm
