Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
Open the flash for reading/writing... just store them sequentially... if you aren't using the flash for anything else of course.
You can use fseek and fread/fwrite to do your bidding. Don't forget to use fopen with the read/write binary flags.