Forum Discussion
fa_fpga_enthusiast
Occasional Contributor
1 year ago"How to Connect 'Interrupt Sender' to Avalon Address in Platform Designer (Quartus Prime Pro)?"
Hello, I have a question about connecting a custom "Interrupt Sender" to an Avalon address in Platform Designer. I’ve attached two images to this message. One shows the platform design in Quart...
fa_fpga_enthusiast
Occasional Contributor
1 year agoThank you for your reply.
How can we avoid hard-coding the IRQ number for our custom interrupt request in the embedded software using Quartus Prime Pro 23.4? Ideally, we want to link this interrupt request to a parameter in 'system.h'. Since the IRQ number assigned by the Platform Designer changes with modifications, we need the embedded software to automatically reflect these changes from 'system.h', rather than manually updating the IRQ number in the code.