Forum Discussion
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.