Jump to content

Recommended Posts

Posted

I want to connect two 24LC256 for my Sequencer V2.0. I connected the two Eeproms like described in the circuid diagramm (Schematic for multiple bankstick setup):

http://www.ucapps.de/mbhp_bankstick.html

Eeprom1 is A0 Eeprom2 is A1

Then I modified the 'main.asm':

#define DEFAULT_BANKSTICK_PATTERN_CS 0

#define DEFAULT_BANKSTICK_SONG_CS 1

Pattern save is working, Song is still NOT working...

Are there other files or definitions to change?

Thanks for any help...

Posted

This one   ;)

Sorry, thought no one is reading the other. Thats why I wrote the it more specific. May you can delete the other post. - Thanks.

Posted

The reason was more like that nobody knew what to do.

I really guessed that this prob was done with changing the main.asm.

As you wrote it´s not... I hadn´t any more ideas what to do.

Anyhow: Greets!

Posted

I guess that you are using the vintage setup, so possibly setup_mbseq_vintage.syx?

This would mean that you have to change setup_mbseq_vintage.asm, and you have to assemble this file instead of main.asm

Best Regards, Thorsten.

Posted

How does MBSEQ behave with:

#define DEFAULT_BANKSTICK_PATTERN_CS 1

#define DEFAULT_BANKSTICK_SONG_CS 0

?

Best Regards, Thorsten.

Posted

Ok, I found the error: it doesn't work with two 32k BankSticks since there is a test which ensures that a 64k BankStick is connected before formating the song partition. This function should not be called on two different 32k BankSticks of course.

I tested it with two 24LC512 - and this test passed, therefore I didn't know about this issue.

However, you will find a patch under http://www.ucapps.de/tmp/mbseq_v2_0_bs_fix.zip - it will be part of the next release.

Best Regards, Thorsten.

Posted

Thank you Thorsten, Songmode is working now!!!

I send you pictures as soon as I get my frontplate. For now I have just a prov. wood front.

Best regards,

Thomas

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...