Hello Champs,
If two interrupts have been enabled (in different PIE group), when configuring nested interrupt (higher priority interrupt ISR can be served first):
if use AND instruction to enable the higher-priority interrupt in lower-priority interrupt ISR, it will not always be served first,
if directly set IER corresponding bit, it can successfully be served first.
Would you please kindly help why the higher-priority interrupt IER bit has not been set? Thanks!
Best Regards,
Linda