Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow to load a picture to sdram?
Hi
I'm working with the de2 board and the trdb_ltm, i'm using niosII in my system. the main program runs from the sram. I want to load a picture to the sdram and display it on the LCD. How can i load the picture ? thanks in advance :)3 Replies
- Altera_Forum
Honored Contributor
First, you must know a picture of storage formats,then you can pick up the effectively image data and load them to the sdram^
- Altera_Forum
Honored Contributor
Thanks, I realized that i have to load the picture to the flash first, so now the question is - how do i loead it to flash?
- Altera_Forum
Honored Contributor
you can use DMA or Avalan bus to write your data to the storage…… it is based on your successful nios system