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.

sl_FsWrite function, where to find and set speed

Other Parts Discussed in Thread: CC3200

Hi,

I can't find in any file of CC3200 Api's of the function sl_FsWrite. I'm looking for what this function exactly do.

Also, I've found that 1MB RAM installed on CC3200 launchbox can reach 75Mhz operations speed. But I've tryed and found that I can't reach 1Mhz of serial speed and write 8 bit take me more than 10us.

Function that i've use to write is:

sl_FsWrite(filehandle, offset, &c, 1);