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.

Writing to flash using: sl_FsWrite()

Other Parts Discussed in Thread: CC3200SDK

Im trying to send a file from PC to ARM through uart, but when im sending this binary file:

0040 0320 b581 0120 bb81 0120 bf81 0120
bd81 0120 c181 0120 bd81 0120 0000 0000
0000 0000 0000 0000 0000 0000 bd81 0120
bd81 0120 0000 0000 bd81 0120 bd81 0120
bd81 0120 bd81 0120 bd81 0120 bd81 0120
0000 0000 bd81 0120 bd81 0120 0000 0000


and when i read the file from flash on the arm im getting:
0040 0320 b581 0120 bb81 0120 bf81 0120
bd81 0120 c181 0120 bd81 0120 0000 0000
0000 0000 0000 0000 0000 0000 bd81 0120
bd81 0120 0000 0000 bd81 0120 bd81 0120
bd81 0120 bd81 0120 bd81 0120 bd81 0120
00bd 8101 20bd 8101 2000 0000 00


I dont have any problems writing files containing ascii and wrote a few other binary files without any problems, why is this one not working?

Can't i write whatever data i want in the flash?

ARM CC3200SDK_1.5.0