Hi guys,
dos this makes any sense to you?
I added a debugin line with timeout and jump label inside my interrupt block and this is causing the code not work as expected as well!
Debugin jump block:RBCinterrupts:
@ INT_DISABLE RBC_INT
debug "trigger detected...", 13,10
DEBUGIN 2000,JUMPOUT,[WAIT("MCU-"), DEC MOODCAP]
debug "debugin passed...", 13,10
RBIF=0
INTFLAG=1
DEBUG "returning...",13,10
@ INT_RETURN
JUMPOUT:
DEBUG "fail debugin...",13,10
@ INT_RETURN
Bookmarks