Other Parts Discussed in Thread: MSP430WARE
Hello! We're bringing up our first spin boards and I hae a question about XT2 pin setup.
We have a nice 24MHz crystal wired into XT2IN and XT2OUT. The XT2 is, from what I see, switchable between GPIO and XT2xxx.
I'm trying to set it in peripheral mode using the GPIO library:
// Pins 2 and 3 are XT2 GPIO_setAsPeripheralModuleFunctionInputPin(GPIO_PORT_P7, GPIO_PIN2); GPIO_setAsPeripheralModuleFunctionOutputPin(GPIO_PORT_P7, GPIO_PIN3);
..and yet, there is no connection when I plug in a USB cable - just nothing at all. I've already tried different ports and cables that are known good with other
USB devices.. no joy.
The oscillator appears to be non-functional and my hardware guy blames the GPIO pins as "They must be pulling the signal down", so before I go beat him with a floppy disk I want to make sure I'm not the stupid one, and if I am, fix it!
All assistance appreciated!
Ed Averill