Forum Discussion
Altera_Forum
Honored Contributor
16 years agoCannot write on-chip memory with fread.
I use DE2-70 to develop my project. My uClinux is running in SDRAM, and I want to copy a file to on-chip memory, but there is only 0 in on-chip memory, the fread() function didn't work. can a...
Altera_Forum
Honored Contributor
16 years agoThanks.
I want to use DMA to encrypt file between two onchip mems, and it will save some time if I can read data to onchip mem directly. Is there any other method can do that? Any of your help will be appreciated!