Forum Discussion
Altera_Forum
Honored Contributor
18 years agoDE2 board VGA Dispaly
Hello All, I am trying to use the board's SRAM to store an image and dispaly it on the screen. I designed a project using QuartusII and was able to manage the VGA dispaly timing. I used a...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Also, I did a RS232 comunication to pass the data from my PC to the DE2 board, and a simple software in my PC to extract the bmp header from the file to send, and send all usefull bytes of the bmp file to DE2. It's quiet easy. (Avoiding the DE2 control panel use) --- Quote End --- This is exactly what I'm trying to do now. The VGA section works well. But the UART..., I have problems with UART code. About this problem, I have opened a topic today entitled "randomly occuring UART reception problem" After that, I will try to establish communication between FPGA and SRAM. Good Luck..