Altera_Forum
Honored Contributor
21 years agoHow can I load a file into memory?
I'm using Nios II Ide to test some imaging software. By now I've used litttle images created pixel by pixel. I'd like to load a bigger image into memory, but I wasn't able.
The C command fopen doesn't work, and I don't want to write the image pixel by pixel (I'd like to try with 640x480). Thanks