Other Parts Discussed in Thread: SYSCONFIG
Hello,
I'm using the evalboard AM263x-LP in combination with SDK 8.6.00.34 and Sysconfig-tool 1.15.
I want to configure GPIO101 to use as PR0_PRU0_GPIO13. For this purpose I made following GPIO-configuration in the sysconfig-file:
To use the GPIO101 as PR0_PRU0_GPIO13 from PRU0-unit, I additionally have to reconfigure the mux mode register from 7 to 0.
Is there any possibility to do this additionally mux mode register reconfiguration/setting in the Sysconfig-tool?
At the moment, sysconfig-tool produces only code for GPIO101-mode.
Here is a snippet from the generated file ti_pinmux_config.c. A manual change from 7 to zero is no help, because the values are rewritten by sysconfig-code-generation by every project build.
To solve this problem, I do a second mux-reconfiguration with my own values. But is there any possibility to configure this mux-setting also from sysconfig-tool?
Best regards,
Jo Scho