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.

CC3200 Html文件引用文件问题

Other Parts Discussed in Thread: CC3200

TI员工,各位会员,大家好:

     如题,CC3200内置网页功能用html文件可以引用一个存在外部串行Flash中的文件。     

     如在Camera App例程中有一个html文件中有如下的代码:     

    “xmlhttp.open("GET","images/cc3200_camera_capture.jpg" + "?" + (new Date()).getTime(),true);”     

      这个没问题,我想问的是,是否可以把这个文件(images/cc3200_camera_capture.jpg)换成存在于RAM中的一个文件呢?

      因为在Camera App例程中,文件的creat和Open write都用的时间很长(秒级),如果可以 在RAM中建立一个文件,

     这样在Html中引用,应该是可以缩短时间,因为不用在Flash里操作了。   

      不知道我说清楚了吗?          

 

     BR!