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.

TIDM-TM4C129XNFC: Preparing the CC3100 for the TIDM-TM4C129XNFC sample code

Part Number: TIDM-TM4C129XNFC

I’m following www.ti.com/.../tiduag2a.pdf to get the TIDM-TM4C129XNFC sample code up and running.

Page 19 of tiduag2a.pdf instructs me to program the CC3100 using the CC31XXEMUBOOST board and mentions that the HTML code for the example is included in the cc3100_filesystem subdirectory.

My procedure in Uniflash is as follows:

1) Click “Format” to format the CC3100 with 1MB
2) Click “List File System” to see the formatted empty filesystem
3) Click “Service Pack Programming” to apply the service pack from C:\TI\CC3100_CC3200_ServicePack_1.0.1.11-2.9.0.0\servicepack_1.0.1.11-2.9.0.0.bin
4) Click “List File System” to see the filesystem with the service pack
5) Click “Image Programming” to apply  C:\workspace\tiva_wifi_nfc_ap\cc3100_filesystem\uniflash_template\oob.ucf
6) Click “List File System” to see the filesystem…

At this point, I can’t actually see any HTML files in the filesystem. Do I need to do anything else?

Let me know, thanks!

Cheers,

Tim

  • Hello Tim,

    Have you tried only importing the oob.ucf file in [Install Location]\tidcav8\tiva_wifi_nfc_ap\cc3100_filesystem\uniflash_template by going to File -> Open Configuration?

    Opening the oob.ucf target config to let it load all settings and Programming the device, I get the following File System (I didn't install any service packs): 

    [09:51:39] INFO: 	file	start	size	fail	total size	filename
    [09:51:39] INFO: 	index	block	[BLKs]	safe	[BLKs]
    [09:51:39] INFO: ----------------------------------------------------------------------------
    [09:51:39] INFO: 	N/A	0	5	N/A	5		FATFS
    [09:51:39] INFO: 	4	5	33	yes	66		/sys/servicepack.ucf
    [09:51:39] INFO: 	6	71	5	yes	10		/tmp/phy.cal
    [09:51:39] INFO: 	7	81	1	yes	2		/sys/stacfg.ini
    [09:51:39] INFO: 	8	83	3	no	3		www/safe/about.html
    [09:51:39] INFO: 	9	86	1	no	1		www/safe/overview.html
    [09:51:39] INFO: 	10	87	2	no	2		www/safe/portal.html
    [09:51:39] INFO: 	11	89	4	no	4		www/safe/setup.html
    [09:51:39] INFO: 	12	93	1	no	1		www/safe/index.html
    [09:51:39] INFO: 	13	94	1	no	1		www/safe/param_about.html
    [09:51:39] INFO: 	14	95	1	no	1		www/safe/param_config.html
    [09:51:39] INFO: 	15	96	1	no	1		www/safe/param_online.html
    [09:51:39] INFO: 	16	97	1	no	1		www/safe/js/com.ti.tokenpoller.js
    [09:51:39] INFO: 	17	98	24	no	24		www/safe/js/jquery-1.8.3.min.js
    [09:51:39] INFO: 	18	122	1	no	1		www/safe/js/jquery.rwdimagemaps.min.js
    [09:51:39] INFO: 	19	123	1	no	1		www/safe/js/page-actions.js
    [09:51:39] INFO: 	20	124	1	no	1		www/safe/images/ti-logo.png
    [09:51:39] INFO: 	21	125	1	no	1		www/safe/images/icon_l_html_a.png
    [09:51:39] INFO: 	22	126	1	no	1		www/safe/images/tab-line.gif
    [09:51:39] INFO: 	23	127	1	no	1		www/safe/images/ticom3-tab-left.gif
    [09:51:39] INFO: 	24	128	1	no	1		www/safe/images/ticom3-tab-right.gif
    [09:51:39] INFO: 	26	129	4	no	4		www/safe/images/hw-sbd.gif
    [09:51:39] INFO: 	27	133	4	no	4		www/safe/images/sw-sbd.gif
    [09:51:39] INFO: 	28	137	3	no	3		www/safe/css/style.css
    [09:51:39] INFO: 	29	140	1	no	1		www/safe/fs/404.htm
    [09:51:39] INFO: 	30	141	1	no	1		www/safe/fs/about.htm
    [09:51:39] INFO: 	31	142	1	no	1		www/safe/fs/block.htm
    [09:51:39] INFO: 	32	143	2	no	2		www/safe/fs/index.htm
    [09:51:39] INFO: 	33	145	2	no	2		www/safe/fs/io_http.htm
    [09:51:39] INFO: 	34	147	1	no	1		www/safe/fs/io_http_params.htm
    [09:51:39] INFO: 	35	148	1	no	1		www/safe/fs/overview.htm
    [09:51:39] INFO: 	36	149	1	no	1		www/safe/fs/perror.htm
    [09:51:39] INFO: 	37	150	3	no	3		www/safe/fs/javascript.js
    [09:51:39] INFO: 	38	153	1	no	1		www/safe/fs/javascript_load.js
    [09:51:39] INFO: 	39	154	1	no	1		www/safe/fs/favicon.ico
    [09:51:39] INFO: 	40	155	45	no	45		www/safe/fs/block.jpg
    [09:51:39] INFO: 	41	200	12	no	12		www/safe/fs/ek-tm4c1294xl.jpg
    [09:51:39] INFO: 	42	212	2	no	2		www/safe/fs/ti.jpg
    [09:51:39] INFO: 	43	214	1	no	1		www/safe/fs/tm4c.jpg
    [09:51:39] INFO: 	44	215	1	no	1		www/safe/fs/styles.css

    Also I am not sure what Service Pack was used when this TI Design was first made... the latest one may not be compatible with the design. The user guide makes no note of service packs at all. That may be a question to pose to the CC3100/CC3200 forum folks. The design was done in October 2015 and I don't know if they even had Service Packs then, so I don't know if that would impact the design functionality at all.