Second Quad_IIc_MIDI Module

Hello,

I seem to not find the information on how to enable a second Quad_IIc MIDI module for my SEQ V4 with STM32F4 core. Could someone please point me towards the right direction?

Any help appreciated :slight_smile:

Thanks,

Karg

You need to get the PIC16F88 for the 2nd quad IIC burned with this firmware :

http://midibox.org/forums/applications/core/interface/file/attachment.php?id=11978

And you will have to change some line on your midibox firmware

mios32_config.h

#define MIOS32_USB_MIDI_NUM_PORTS 8

and you connect both boards in series, like this :

 

Have fun !

 

 

@Lamouette:

Thanks a lot. worked well. Actually it did not, but it was exactly what I needed - a hint in which file the IIC ports are configured (and the hacked PIC16 Firmware of course was very valuable as well).

For completion: the line to change in mios32_config.h is

#define MIOS32_IIC_MIDI_NUM 8

Besides solving my problem, I now also have the mios toolchain installed and can try a couple of different things! This is what I love about DIY!