Hi,
I have very long function that I want to be executed on time, even if other long functions (less important) are running in my main loop.
So my Idea was to write this function in an interrupt, that can be interrupted by my other, short interrupts (communication etc.)
I am trying to use the IENABLE and IDISABLE macros for the interruptable interrupt, but they don't seem to have any effect (or even cause crashes)
I'm using STR91FAM with uvision3 and ARM-ELF-GCC
Any ideas?