Forum Discussion
SimonRichter
Occasional Contributor
6 years agoWhere is the legacy interrupt enable/disable flag?
I'm trying to trigger an interrupt from a CycloneIV GX, using either an MSI if available, or a legacy interrupt. I've found the "MSI master enable" in cfg_msicsr(0) to know whether I should send MSIs...
SengKok_L_Intel
Regular Contributor
6 years agoPer the user guide, the cfg_prmcrs does not tell this is for the command register. If the MSI interrupt is enabled, the legacy interrupt must be disabled. I'm uncertain if the driver side can control to enable at least one interrupt (either MSI or Legacy interrupt) at any time, which means if the MSI interrupt is disabled, the legacy interrupt is supposed to enable.
Regards -SK
- SimonRichter6 years ago
Occasional Contributor
Okay, so I'll assume that legacy interrupts are enabled if MSIs are not, thanks!