Hi,
I've observed a strange behavior on my CC3200 and I'm wondering if this is a known issue, a planned behavior or a bug.
I want to realize a file which contains a hash table. So I have random read and write accesses over the whole file.
Now my routine:
I create the file with a file size of 2048 byte.
My allocated file size is also 2048 byte.
Than I write something at offset 1024 with length 64.
Now my allocated file size is only 1088 byte, and I'm not able to read data behind the offset 1088.
It seems that the SimpleLink co-processor shrinks the file size to the end of my write operation.
This behavior seems a little bit strange for me, because I created the file with a size of 2048 byte.
Is this a planned behavior, or did I forget a flag during file creation?
Best regards
Nils