Code: Untitled.cpp Select all
I have an interrupt service routine written in Assembly
I am trying to call a C function and get a double exception error.
Any Idea?
movi a14, intFunc
callx0 a14
extern "C" void IRAM_ATTR intFunc()
{
counter2++;
}
Code: Untitled.cpp Select all
Users browsing this forum: Barkrowler and 3 guests