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.

Porting CC3000 to a different MCU(LPC 2148)

Hi everyone 

We are trying to port CC3000 to LPC2148.

We have followed the steps mentioned in the attached pdf. 6740.2703.Notes from TI on porting CC3000 host driver software.pdf

we are able to figure out most of the code but there are a few problems

1)I donot find the following functions defined anywhere:

"

ReadWlanInterruptPin()

WlanInterruptEnable()

WlanInterruptDisable()

"

I saw a callback in wlan_init().

I understand i have to define my function in the callback.Is that so?

2) WriteWlanPin(): toggles some defined value.Where do I port it to the GPIO which I would like to?

3)initDriver(): I cannot find the function to remove clock initialization.

4)I cannot find the following functions to define my clock to toggle every 500ms.

unsolicicted_events_timer_init()

unsolicicted_events_timer_disable()

I have got the files from platform independent driver given in  the following link :http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_Downloads#CC3000_Platform_Dependent_Downloads.

I request you to clarify the issues at the earliest.