I've been trying to make progress getting my EXP-MSP430F5529 talking to the CC3000
I followed this link:
http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_Downloads#CC3000.2BMSP430F5529
and downloaded and installed the MSP430F5529+CC3000 Basic WiFi Application. This doesn't work for the MSP430F5529. In looking inside the code that is installed in the source directory, it has references to wrong pinouts, for example SPI_IRQ_PIN is defined as BIT3, but on this board it is actually BIT4. So it doesn't look like this code is really intended for the MSP430FF29.
What is the proper method for applying the patch to the CC3000 using the EXP-MSP430F5529? Are there steps or instructions somewhere for this board? There are links to patch programmers for the other CPUs on that patch, but no link for the MSP430F5529.
Thanks in advance.