Hello,
I have two motors with magnetic encoders, [ www.pololu.com/product/2275 ] and I would like to connect both of them to a Tiva-C series TM4C123 based launchpad. Previously, I have done a PID motor controller, using Energia, but this time I will attempt to implement it with QEI's on Tiva-C LP, using CCS.
Again, previously the bottleneck was interrupts, as I was reading the encoder interfaces with an interrupt driven structure, so as the encoder resolution increased, there were of speed, since interrupts was taking too much of resources. This was using msp430g2553, and Energia.
Is there any sample code to read the QEI interface on Tiva-C TM4C123?
Also, could I benefit from buying a new board, either theTM4C1294XL or TM4C129EXL?
What would be your general recommendations for designing such a system?
Any ideas / help greatly appreciated.
Best Regards,
C.