cobra2326
#1 ◈ 2024-10-03
Im in the process of rewriting the stock ECU code to work with my wideband, and in the process, Im hacking through a lot of the main fuel control code.
Can anyone tell me what happens when you set one of the Master Interrupt Priority Flags? Does this call an interrupt of some sort? The docs state that bit 8 is master interrupt priority, and bits 4,5,9 are user MIP flags. I see the statement
SB PSWL.4
a lot in code, and Im wondering what this actually does. Obviously it sets some interrupt state or actually calls an interrupt?
Thanks in advance.
Can anyone tell me what happens when you set one of the Master Interrupt Priority Flags? Does this call an interrupt of some sort? The docs state that bit 8 is master interrupt priority, and bits 4,5,9 are user MIP flags. I see the statement
SB PSWL.4
a lot in code, and Im wondering what this actually does. Obviously it sets some interrupt state or actually calls an interrupt?
Thanks in advance.