Other Parts Discussed in Thread: C2000WARE,
Hi,
My PC can't detect the USB device in custom board.
GPIO46 (VBUS) is not connected USB port and used as other function in custom board.
So I need to change the VBUS pin and GPIO45 is connected to USB port.
I looked for the settings of VBUS, but there are only the GPIO settings in USB Libraries include examples.
Can I just change the GPIO setting for VBUS monitoring?
GPIO_setMasterCore(45, GPIO_CORE_CPU1);
GPIO_setDirectionMode(45, GPIO_DIR_MODE_IN);