kendryte / kendryte-freertos-demo

Demo of kendryte k210 FreeRTOS SDK
https://github.com/kendryte/kendryte-freertos-sdk
64 stars 24 forks source link

Append doesn't work #5

Open Moo2017 opened 5 years ago

Moo2017 commented 5 years ago

Hi All, I am trying to append to a file using "ab" command but it doesn't append it and instead create a new file. I amusing fopen and fwrite. Also I'd like to know the maximum size of file can be written by fwrite ?