Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow to store a .bmp picture on sdram?
Hi, I need your help on how to store an image from my pc into the niosII stratix II rohs's sdram, I do not know whether to use the host based file system using the fuctions fread, and fwrite,,, or if...
Altera_Forum
Honored Contributor
15 years agoI was able to do it using the host based file system, look it up on the IDE help, it is quite simple. just use functions like fread, and fwrite from the standard C to read and update an BMP file on host computer.