cobra2326 wrote:
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.
by the name of it, i would say this interrupt has priority over all other processes. the question is, is what causes the interrupt? is it a timer, an external input such as a high or low voltage, other?
also, you will need to know what to name your function so when the interrupt occurs, it has something to do even if it is nothing.
does anyone have the datasheet to the ucontroller?