We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I'm using the EKK-3S9B96 and Keil uVision. For some reason the function that reads the quadrature position (unsigned long ROM_QEIPositionGet(QEI0_BASE)) returns only 16-bit number.
Looking in the Keil help, I understand that unsigned long should be 32-bit number (according to LM3S9B96 the position register is 32-bit). So why I'm getting only 16-bit.
Thanks.
I have a linear position connected to LM3S9B96 and I can see the register will wrap from 0-65535 few times in the whole travel.