Other Parts Discussed in Thread: CC3100, ENERGIA, MSP430F5529, UNIFLASH, CC3100SDK, , CC31XXEMUBOOST
Hello everyone,
Well my post is related to an issue with TIVA and CC3100 Http web server.
The main goal of my project is to watch out for different sensors connected to my TIVA launchpad plus CC3100.
I have achieved it using Energia Framework as there is a simple web server example already defined,so little modifications were needed using Energia.
Now when coming To ccs,MSP430F5529 + CC3100 works fine with all the examples defined in SDK,tried most of them even the Http server one also and i was able to control the on board LEDs using web browser.
The problem i am facing with TIVA + cc3100 ,I read the doc for http server example ,it says we need to dumpl the server.ucf file into flash using Uniflash first,but i wonder why to do that,when we can do everything using CCS.
To program the board for Http web server(to control on board Leds),the steps i followed are as
1.imported the WLAN_AP project into my workspace and Set the path for tivaware. ( import path (C:\ti\CC3100SDK_1.2.0\cc3100-sdk\platform\tiva-c-launchpad\example_project_ccs\getting_started_with_wlan_ap))
2. tried to build the apllication to verify the paths,everything was quite good to go.
2. Now replaced the main .c by the main.c from C:\ti\CC3100SDK_1.2.0\cc3100-sdk\examples\http_server.
3.Tried to build it again,now there i am getting some errors that,LED1,LED2 etc are not defined.
I know the problem is there with board.c and board.h files of the program because no functions are defined for tiva leds under these files.
I tried to define those leds but i am not able to find where Led1 has to be defined as PortF pin1 and Led2 as PortF pin2.
If possible suggest some resources to go easily with the whole thing.
Thank you
regards
Sajad