HI ,
I wan to disable the vBus "VBUS is not valid, and the pull-up resistor on D+ is disabled." on nRF54LM20,
I try to write to disconnect usb from PC :
NRF_USBHS->PHY.INPUTOVERRIDE |= USBHS_PHY_INPUTOVERRIDE_VBUSVALID_Msk;
NRF_USBHS->PHY.OVERRIDEVALUES &=~USBHS_PHY_INPUTOVERRIDE_VBUSVALID_Msk;
and the USB still on connecting,How to set the pull-up resistor on D+ is disabled? thanks