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.

Combine MSP430F5529 LaunchPad with CC2564MODEM and RemoTI Target Board

Other Parts Discussed in Thread: TUSB3410

Hello,

I'm having a CC2564MODEM, RemoTI Target Board and MSP430F5529 LaunchPad

I’m wondeing if I:

  • Plug the CC2564MODEM module onto the Target Board
  • Attach Target Board(J4 Interface) to LaunchPad(using USCI_A1 UART like in the MSP-EXP430F5529 Experimenter Board)
  • Use the other UART(USCI_A0 UART) to debug(Terminal Output) and enter Command
  • Build and download 1 of 3 SPP demo(from CC256x MSP430 Bluetooth Stack) into LaunchPad

1. So is it possible to work?!

2. If YES, how can I attach Target Board to LaunchPad in detail?(I intend to attach via the Jumper Block)

3. Which part in the SPP demo I need to add or/and change codes to make LaunchPad have Terminal Output and also I can enter Command?!

 

Thanks in advance,

Best regard!

  • I think it is possible, but I am not sure what is the impact of the shared UART lines coming from the RemoteTI target which are also shared with the TUSB3410. Assuming there is no contention, then you could route these lines to the boosterpack. You will need to edit the HRDCFG.h file to point to the UCA0 on pins P3.3 and P3.4. You should be able to keep the CTS and RTS pins the same since they are simply GPIO.

    I see that you have also asked this same question in another forum and in that conversation you mention that you do have the MSP430F5529EXP board. An alternative is to keep the EXP board and port map the UCA0 to pins 4.0 and 4.1 and then bring those lines over to the launchpad directly into the backchannel uart pins. This would enable you to reuse the existing hardware configuration files and you are just adding the UART function to the application portion.

    Regards,
    Chris

**Attention** This is a public forum