Part Number: CCSTUDIO
Other Parts Discussed in Thread: AM5718
Tool/software: Code Composer Studio
Let's take the device as the AM5718 for sake of example. I'd like to write a script that outputs a file (e.g. csv file) containing all of the pin muxing selections for a given device. I see that CCS has the ability to decode all these registers. For example, let's look at CTRL_CORE_PAD_GPMC_AD0 at address 0x4A003400. Is there any way for me to be able to get access to the decoded register data via DSS?