Sir
We are trying to port CC3000 to LPC2148.
We have followed the steps mentioned above.
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.
4)I cannot find the following functions.
unsolicicted_events_timer_init()
unsolicicted_events_timer_disable()
I have got the files from 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.