Other Parts Discussed in Thread: SYSCONFIG, AM625
Hi TI Team,
We are going to use AM625 SoC in our custom device, mcu_plus_sdk_am62x_09_00_00_19 as SDK and for changing the pin mux configurations we had seen from the other threads that we need to use Sysconfig tool. We have downloaded the tool and changed the configurations as per our need. In the tool we are able to see that it gives the pin mux configuration output in 5 files namely AM62x_pinmux.h, AM62x_pinmux_data.c, devicetree.dtsi, PinmuxConfigSummary.csv and untitled.syscfg.
I understand the .c&.h files are for use with bare-metal/RTOS offering ("MCU+ SDK"),remaining dts files For U-Boot/Linux purposes.
Since I want to do bare-metal/RTOSl development,How to integrate the Pinmux exported .c&.h files from the Sysconfig tool into the "MCU+SDK",Is there a specific TI reference document?
Thanks in advance.