Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDE2_115 Board not respond to ping request
I have run the simple_socket_server example on ALtera De2_115 board , though my code run's without any error but wont respond to my ping request from other PC it says Host unreachable. i have attache...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Are you sure that your ImgBuff table is big enough? How did you define/allocate it? I've never used the VIC but are you sure you are using the correct procedure to use it in your software? I think it is a bit different than the regular interrupt system. --- Quote End --- unsigned int ImgBuff[640][460];