Hello,
I have a strange problem using a bankstick and a vfd attached to my core\sid.
When i use mios 1.8, midibox sid 1.7a and a standard 2x40 lcd the bankstick and display works flawlessly.
With the vfd attached and the driver loaded, the bankstick is not recognized, i can only see the same internal patch.
The vfd driver is the one that’s written by seppoman, he’s been very kind in helping me with this.
His display is the same type.
The only changes to the code i made are:
-
a different app_lcd.inc
-
these lines in main.asm, added immediately below USER_Init:
;; select LCD type #7 (custom LCD driver, hooks in app_lcd.inc will be used)
clrf MIOS_PARAMETER1 ; variable enable pin not provided
clrf MIOS_PARAMETER2 ; variable enable pin not provided
movlw 0x07
call MIOS_LCD_TypeSet
With those changes the vfd display itself is working fine.
Today i tried different combinations of code: mios 1.6,1.7,1.8 and sid 1.6
For the sid 1.6 software, i used sid_init.inc, instead of the extra lines in main.asm
I also checked the hardware connections.
To make it worse, i have 2 cores, (made from pcb’s from mike’s shop) and both show the same behaviour.
Needless to say that my mind is in a bit of disarray!
I hope any of you have a good suggestion.
Stefan