Karg Posted May 29, 2016 Report Posted May 29, 2016 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 :) Thanks, Karg
Lamouette Posted May 30, 2016 Report Posted May 30, 2016 (edited) 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 ! Edited May 30, 2016 by Lamouette
Karg Posted May 31, 2016 Author Report Posted May 31, 2016 @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!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now