Re: "inline" not working when nesting functions PIC32MK1024MCF
2020/11/29 08:01:45
(permalink)
Hi,
You say 'time sensitive ISR'
Is the code in the deepest function called within ISR, something that only need to happen occasionally?
You could divide the interrupt handling into two interrupt handlers,
and trigger the handling of rare events as a software interrupt, only when needed.
Higher, same or lower priority settings may have different effects.
Mysil