tatapoum Posted June 4, 2006 Report Share Posted June 4, 2006 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 Quote Link to comment Share on other sites More sharing options...
tatapoum Posted June 4, 2006 Author Report Share Posted June 4, 2006 Ok, I found the limitation in main.asm[tt];; initialize the shift registersmovlw 0x09 ; use up to 9 shift registers (maximum would be 16!)call MIOS_SRIO_NumberSet[/tt]I've set it to 0x0B !ludo Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.