Part Number: SK-AM62
Other Parts Discussed in Thread: , SYSCONFIG
Hello TI Experts,
I am currently working with two AM62x evaluation modules: the SK-AM62B-P1 (HS_FS) and the SK-AM62 (GP).
I am encountering an issue regarding Device Manager (DM) trace logs. Under the exact same R5F project, the HS_FS board successfully outputs DM logs via the WKUP UART, but the GP board does not print any DM logs on the WKUP UART.
Please note that both boards successfully output TIFS logs on UART1 and standard application logs on UART0.
Environment Details:
-
MCU+ SDK Version: 11.02.00.23
-
CCS Version: 2051
-
SysConfig Version: 1.24.2+4234
-
Host OS: Windows 11
Steps Taken:
Following the SYSFW Trace API Guide, I enabled the SYSFW_TRACE_ENABLE macro in the following file:
mcu_plus_sdk_am62x_11_02_00_23\source\drivers\device_manager\sciclient.h
I also made sure to enable all trace_src_enables and trace_dst_enables.
I then compiled the projects for each board using the following commands:
For HS_FS Board:
gmake -s -C tools/sysfw/boardcfg SOC=am62x DEVICE_TYPE=HS
gmake -s all PROFILE=release -j32
gmake -s all PROFILE=debug -j32
For GP Board:
gmake -s -C tools/sysfw/boardcfg SOC=am62x
gmake -s all PROFILE=release -j32
gmake -s all PROFILE=debug -j32
Could you please advise if there are any specific configurations or boardcfg differences required for the GP device to properly route or enable the DM logs to the WKUP UART?
Thank you very much for your time and support!