Posted on May 17, 2011 at 10:17hi i m using st72141. How can i use i/o ports to supply my speed information to tachometer? or what is other way that i can display my speed information.? Regards BK
Posted on May 17, 2011 at 10:16Hi there! I am new user of st72141. In my program i have use one 16-bit register (speed_ref). : .Speed_ref DC.W $2000. ; {HEX= 07D0} My question is which 8-bit represent MSB bits. {Speed_ref} or {Speed_ref+1} Am i goin...