tom303
April 26, 2004, 9:45pm
1
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…
T.K
April 26, 2004, 10:46pm
2
To which of your two equal postings should I answer?
Best Regards, Thorsten.
tom303
April 27, 2004, 1:50am
3
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.
pay_c
April 27, 2004, 10:48am
4
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!
T.K
April 28, 2004, 2:28am
5
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.
tom303
April 28, 2004, 9:57am
6
No, I made the new V2 (with Alps encoders etc.) like you did. So I use the main.asm.
Greetings,
Thomas
T.K
April 28, 2004, 10:57pm
7
How does MBSEQ behave with:
#define DEFAULT_BANKSTICK_PATTERN_CS 1
#define DEFAULT_BANKSTICK_SONG_CS 0
?
Best Regards, Thorsten.
tom303
April 29, 2004, 4:12am
8
After rebooting und formatting , the same. - No bankstick for song.
Best regards,
Thomas
T.K
April 29, 2004, 11:38pm
9
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.
tom303
April 30, 2004, 12:32am
10
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