Other Parts Discussed in Thread: SYSCONFIG, AM6442
Tool/software:
I have a similar issue as the OP in the previous thread. The solution looks straightforward, but I cannot figure out how to implement it with the TI tools.
I am using CCS 12.8.1.00005 on Linux with MCU+ SDK AM64x 10.00.00.20.
The example project that I'm using is enet_icssg_loopback_am64x-evm_r5fss0-0_nortos_ti-arm-clang.
From within CCS I have been unable to figure out how to make the new pinmux assignments. I have been unable to find anywhere in the Sysconfig tool (within CCS) to change the pin mapping for EXT_REFCLK1 (A19), and I unfortunately can't just make the changes directly to the ti_pinmux_config.c source as it is auto-generated. I've looked through the drivers and devices in the tree in the sysconfig GUI a dozen times, but I just don't see where to make that clock assignment change. I've also tried the online and standalone versions, with the same issue.
This seems like an easy question, but I may be misunderstanding something fundamental. Any help is appreciated.