This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280036-Q1: How to use Syscfg to configure a non-output PWM port as a normal IO output?

Part Number: TMS320F280036-Q1
Other Parts Discussed in Thread: SYSCONFIG

 I encountered the following problem while configuring PWM IO using syscfg, please help support it:

1.  Background: 64pin F280036 chip is used in the project, GPIOs are almost full and IO ports are tight.

2 Goal: Only need channel B output waveform of PWM4. The pin corresponding to channel A is only used as a normal GPIO port.

To be able to demonstrate this. I use an empty project that
1. add SCI-B, use GPIO 41 & GPIO22
2. add 1 GPIO as a normal output GPIO6
3. add PWM4, configure channel B as GPIO7, channel A without any IO configuration.
The following error occurs

The project is attached. Please check it out.

As shown in the picture below, the IOs corresponding to EPWM_A are configured to other functions (SCI, DIO out), and the EPWM_A IO is selected as Any, the syscfg reports an error and does not provide the option "ignore".