I have to reprogram a driver for the WL 1271 in C for a non-standard-processor. Can I anywhere get the source code for one of the standard-processors, which support the WL 1271, so I can have a look how it is done?
Thanks for your help.
Regina
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.
I have to reprogram a driver for the WL 1271 in C for a non-standard-processor. Can I anywhere get the source code for one of the standard-processors, which support the WL 1271, so I can have a look how it is done?
Thanks for your help.
Regina
Regina,
Source Code and build mechanism for WL1271 driver for AM335x EVM -
http://processors.wiki.ti.com/index.php/Wireless_Connectivity_release_notes_Post_AMSDK05.05.00.00
Build Scripts for AM335x SDK.
http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_mac80211_WLAN_build_scripts
Few examples of porting
http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_Hardware_Porting_for_new_Platform
http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_Hardware_Porting_for_AM37x_Platform
http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_Hardware_Porting_for_IPNC_DM8148x_Platform
Regards,
NaveenNaveen,
do you know if it is possible to write a C-driver for the WL1271 for an 8068-processor?
Regards,
Regina
Hi,
In case you have Linux running on this processor and have an MMC/SDIO support in the Linux kernel, you should be able to integrate the wl12xx NLCP package with your kernel.
Can you please describe what is the setup that you are using?
Best Regards,
Eyal Reizer
Hi,
the WLAN driver that we support is Open Source Linux based, so it is to port for Linux machine, however for other RTOS it is more difficult.
Regards,
Eyal