This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430USBDevelopersPackage_4_20_00 on MSP430F550x with shared P5/XT2

Hi,

The USB_enable() for MSP430F550x don't  switch on XT2 correctly:

#if defined (__MSP430F552x) || defined (__MSP430F550x)
    GPIO_setAsPeripheralModuleFunctionOutputPin(GPIO_PORT_P5, GPIO_PIN2);
    GPIO_setAsPeripheralModuleFunctionOutputPin(GPIO_PORT_P5, GPIO_PIN3);
#else

According to slas645i.pdf (Table 52 on page 84) here we have to set P5SEL.2 bit, to enable XT2 on shared pins.

Regards,

Juris

**Attention** This is a public forum