EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

Max buffer size for sspec functions

Started by flanderso11 November 23, 2011
Hi
I want to read a file with sspec_read and save to a buffer with the size 1024. The default maximum seems to be set to 256. Is there any way to change this so I can use a larger buffer size?
The same goes for sspec_write but that will most probably be solved with the same solution :)

BR,
Flanders

I don't know enough about sspec_read() and sspec_write(), but if it's not possible to read/write with a 1024-byte buffer, you could just write wrappers that call each function 4 times.

-Tom
On Nov 21, 2011, at 1:50 AM, flanderso11 wrote:
> Hi
> I want to read a file with sspec_read and save to a buffer with the size 1024. The default maximum seems to be set to 256. Is there any way to change this so I can use a larger buffer size?
> The same goes for sspec_write but that will most probably be solved with the same solution :).
>
>
>

The 2024 Embedded Online Conference