Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNeed some tips reagarding the sss example
Hi, I need some tips regarding the simple socket server example. I'm trying to write som data to the ddr2 sdram and so far I have only modified the functions sss_handle_receive() and sss_exec_c...
Altera_Forum
Honored Contributor
16 years agoHi, I'm working with rastafari on this project and have the same problem.
I'm looking into your solution 3 with the memory buffer, instead of writing directly to the SDRAM. Will the linker utilize the SDRAM for storing the buffer? We are trasmitting images from the pc, so the buffer needs to contain up to 1920x1080 8-bit pixelvalues. Are there any problems with using a buffer of this size? Thanks for your help, it's greatly appreciated.