goule Posted October 15, 2005 Report Posted October 15, 2005 Hi all,I've just finished my DIN, connected it to the core, :D tried to simulate a bouton by sending ground to one of the entries but ... seems like my program does not see any button pressed >:(. I display a message in the DIN_NotifyToggle( ) function (I'm using C language) but it never appears on my LCD. :-\Does it take some other parameter to activate use of the buttons ? Where am I going wrong ?Thanks all Quote
TK. Posted October 15, 2005 Report Posted October 15, 2005 Yes, you have to specify the number of shift registers and the update frequency within Init():void Init(void) __wparam{ // initialize the shift registers MIOS_SRIO_NumberSet(16); // shiftregisters MIOS_SRIO_UpdateFrqSet(1); // mS}[/code]Best Regards, Thorsten. Quote
goule Posted October 15, 2005 Author Report Posted October 15, 2005 Waow hello Holy Father and thanks for this help coming from the skies ;D :DNow it works perfectly well 8)By the way, thanks for this great geeky project, that gives lot of fun !!!Seeya,Goule Quote
rambinator Posted October 19, 2005 Report Posted October 19, 2005 So you have an application that can display which din is toggled? or did I get you wrong?If yes, could you give it to me as I am hunting for bad solderjoints in my mblc, it seems like notall din pins are properly working yet so such a test-app would be usefull.greetingsrambinator Quote
TK. Posted October 21, 2005 Report Posted October 21, 2005 You could use MIDIO128 for such a testBest Regards, Thorsten. Quote
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.