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.

CC3000 Linux application code



Hello,

There is a good link here http://processors.wiki.ti.com/index.php/CC3000_Module_with_AM335x_Using_Linux

which describes how to get the CC3000 Wifi module running with the AM335x processor with Linux, and it describes the

changes made to MSP430 source code for it to work on the AM335x.

However, where are the files? I'd like to try this out, but I cannot find where the modified files are (I could find no link).

For example, the web page says:

Board.c

All references to the MSP430 hardware had to be removed and others had to be implemented in a Linux compliant way.

Functions altered:

ReadWlanInterruptPin()                     # read irq pin
... etc

I'd like to find the modified source code.

Thanks!