Enable pullup on the PD5 pin of the AVR in the XPLAINBridge project - this is connected to the XMEGA's /RESET line, need to enable pullup to prevent spurrious resets.
This commit is contained in:
@@ -119,6 +119,8 @@ void SetupHardware(void)
|
||||
SoftUART_Init();
|
||||
LEDs_Init();
|
||||
USB_Init();
|
||||
|
||||
PORTD |= (1 << 5); // PD5 is connected to the XMEGA /RESET, enable pullup
|
||||
}
|
||||
|
||||
/** Event handler for the library USB Configuration Changed event. */
|
||||
|
||||
Reference in New Issue
Block a user