The product page for the Teensy 4.1 states:
When USB power is not used, 5V power may be applied to the VIN pin. Because VIN & VUSB are connected, power should not be applied to VIN while a USB cable is used, to prevent the possibility of power flowing back into your computer. Alternately, a pair of pads on the bottom side may be cut apart, to separate VUSB from VIN, allowing power to be safely applied while USB is in use. (TODO: VUSB-VIN pads photo, right side)
Does the processor attempt to detect voltage from the Vusb before attempting to enumerate or if it is powered from the Vin pin, does it just respond to the code in the setup() ?
When USB power is not used, 5V power may be applied to the VIN pin. Because VIN & VUSB are connected, power should not be applied to VIN while a USB cable is used, to prevent the possibility of power flowing back into your computer. Alternately, a pair of pads on the bottom side may be cut apart, to separate VUSB from VIN, allowing power to be safely applied while USB is in use. (TODO: VUSB-VIN pads photo, right side)
Does the processor attempt to detect voltage from the Vusb before attempting to enumerate or if it is powered from the Vin pin, does it just respond to the code in the setup() ?