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.

CC3220: Custom Board + AP + HTTP Server + Custom Pages

Part Number: CC3220

Hello Fellas,

So far I could execute the standard programs given with the sdk on the CC3220S LaunchXL platform. I have a custom board for project and wanted the CC3220 to be in AP mode when power on. I want to host few pages (these will go into ROM) with the http server.

Basically I wanted to write the small and clean application from scratch with the only functionality I want (showing continuously varying 4 ADC channel values on the web page). After experimenting with the examples and starting with the exsting and altering it, I felt it too complicated.

1. I tried generating the custom pin configuration file using the pinmux utility online. That generates 3 files, the header file almost does not change. e.g no matter how many ADC channels you use it always show ADC0 and ADC1. The c file changes, but not sure how the functionality is utilized. Also is there any way in the tool to change the name of of the file to something user thinks more suitable for the project?

2. I started looking into network_terminal example, but it seems to have too much of the functionality to strip-off and not sure what will break because of this. Also tried coping the AP related stuff but too many references from many files. Please point to the example which can be referred as a getting started for AP.

3. I also tried to make the custom GUI pages (still learning), but not sure how to put those in the ROM.

Since my application very simple, I do not think any OS is necessary? Please let me know your opinion.
Can anybody please point me to the document/tutorial which will help me in achieving what I want?

Best Regards