Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Thanking you for your post 1. I am using SOPC 2. ddr2_bot_auxfull = 165.0 Mhz 3. ddr2_bot_auxfull = 165.0 Mhz 4. ddr2_bot_auxhalf = 82.5 5. I haven’t give any time constraints though Quartus generate message like critical warning: timing requirement not met 6. I just modified the simple socket server example for my requirement like taking data on every interrupt from external pin of nios and store it and also acknowledge received interrupt on external pin temp_out 7. Regarding preemption I haven’t any knowledge but I think this can be use when multiple interrupt use same shadow register. 8. I have 7 shadow register set and VIC can handle 9 interrupt regards Kaushal --- Quote End --- Hi, I would highly recommend you to first get your hardware design correct with proper timing constraints. If not then you cannot be sure what the origin of your problems could be. If you do not have any understanding or knowledge about interrupt preemption then I would also recommend you to switch back to the internal IIC. I mean; what is your reason that you have chosen to use the VIC instead of the IIC? regards