Jump to content

Recommended Posts

Posted

Hi all,

Looks to me that SID can't manage more than 9 DIN Shift Register. I've test my hardware and all looks correct, but encoders on SR 9, 10 and 11 don't work.

Is this a simple limitation, or do I have to reorganize Inputs in order to use less than 10 SR ?

Thanks,

ludo

Posted

Ok, I found the limitation in main.asm

[tt];; initialize the shift registers

movlw  0x09        ; use up to 9 shift registers (maximum would be 16!)

call  MIOS_SRIO_NumberSet[/tt]

I've set it to 0x0B !

ludo

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...