Altera_Forum
Honored Contributor
13 years agoImage Filtering problem
Hi,
I have a problem opening image from FLASH memory for writing. It opens it for reading only. There is some program code: fp1 = fopen("/mnt/rozips/circuit_ch.bmp", "w"); if(fp1 == NULL){ printf("Can't open file: circuit_ch.bmp\n"); return 1; } fwrite((void*) buff2, 280*272, 1, fp1); fclose(fp1); It always printf a message that cant open a file. I have programed my flash memory with ziped(without compression) images. Can anyone help me? P.S I run the program in Eclipse Kind regards Kycas