Return to previous page Return to menu Go to next page

Figure 4.60 MIDI IN section and interrupt generation section

MOFULL (R); Midi Output FULL
Data output If all 4 bytes of the MIDI-OUT buffer contain data, "MOFULL" becomes "1B", indicating that there is no free space in the buffer.

MOEMP (R); Midi Output EMPty
When all the data in the MIDI-OUT buffer is discharged, or when no data is transferred to the MIDI buffer, "MOEMP" becomes "1B", indicating that the buffer is empty The At the same time, it is possible to inform the CPU that it is empty by an interrupt.
Figure 4.61 shows MIDI-OUT and the interrupt generation part.

Figure 4.61 MIDI OUT part and interrupt generation part

MOBUF [7: 0] (W); Midi Output BUFfer
MIDI output data buffer. For transfer on the MIDI-OUT side, write the data to be transferred to "MOBUF". The data is then transferred automatically.


Return to previous page Return to menu Go to next page