CC3100 Wi-Fi Booster Pack pin conflict with MSP430F5529 launch pad.
When the CC3100 Wi-Fi Booster pack is placed on top of the MSP430F5529 Launch pad "two pin use conflicts" occur with CBOUT and TA2CLK.
I am using the MSP430F5529 to read the temperature of a TI LMT01 using the "Single Timer SYNC Comparator Mode". I have all the C-code for this working perfectly.
I am using the comparator CBOUT to drive the Timer2 CLK IN to read the LMT01 pulse count which is used to compute the temperature.
As I understand the CBOUT can ONLY be connected to the Launch Pad Pin P1.6 using the Driver Library command: "GPIO_setAsPeripheralModuleFunctionOutputPin (GPIO_PORT_P1, GPIO_PIN6);"
**1.**Please advise if there is any way to have CBOUT connected to a GPIO pin of my choice.
As I understand the TA2CLK can ONLY be connected to the Launch Pad Pin P2.2 using the Driver Library command: GPIO_setAsPeripheralModuleFunctionInputPin (GPIO_PORT_P2, GPIO_PIN2);
**2.**Please advise if there is any way to have TA2CLK connected to a GPIO pin of my choice.
I have an external jumper wire connecting CBOUT P1.6 output to TA2CLK P2.2 input. This works perfectly with the Comparator "output" driving the CLK "input" for Timer2
**3.** Please advice if there is any way to just internally to the F5529 connect CBOUT to TA2CLK and NOT use any of the external Pins, and thus avoid the pin conflict with the Wi-Fi CC3100.
When the CC3100 Wi-Fi Booster pack is placed on top of the MSP430F5529 Launch pad "two pin use conflicts" occur with CBOUT and TA2CLK.
P1.6 CBOUT lines up with the CC3100 P1.5 which is used as an input "nHIB".
**4** Please advise if there is any way to have the Wi-Fi CC3100 use a different input pin for this function.
P2.2 TA2CLK lines up with the CC3100 P2.3 which is used as an input "SPI CS Wireless"
**5** Please advise if there is any way to have the Wi-Fi CC3100 us a different input pin for this function.
There must be some way that the Comparator and Timer2 with external clock input can be use together with the CC3100.
Thanks for your help.
Engineer …..Lorne
↧
CC3100 Wi-Fi Booster Pack pin conflict with MSP430F5529 launch pad CBOUT and TA2CLK
↧