msp430f5529: Enable clocks/PLL for msp_exp430f5529lp and enable USB
module in dcd_msp430x5xx; device does not enumerate.
This commit is contained in:
@@ -43,6 +43,11 @@
|
||||
void dcd_init (uint8_t rhport)
|
||||
{
|
||||
(void) rhport;
|
||||
|
||||
// Enable the module!
|
||||
USBKEYPID = USBKEY;
|
||||
USBCNF |= (PUR_EN | USB_EN);
|
||||
USBKEYPID = 0;
|
||||
}
|
||||
|
||||
void dcd_int_enable (uint8_t rhport)
|
||||
|
Reference in New Issue
Block a user