This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I am new to DSP, I am now working on a project. I need to control six motors, and I may need six encoders. Question is how many encoder does one 2812 support, what about 28335? I checked the documents of QEP module, but did not see how many encoders a chip supports. Help!
Thanks in advance!!
Hi Edward,
What type of encoder will you be using?
If you're using a TTL incremental encoder (which is probably true), then Gautam's comments are valid. The QEP is the proper peripheral for interfacing.
===
I'd recommend looking at the C2000 brochure (C2000 Real-Time Microcontrollers) to help you get an overall viewpoint of the C2000 family:
http://www.ti.com/lsds/ti/microcontrollers_16-bit_32-bit/c2000_performance/real-time_control/tech_docs.page
Depending on your other project requirements, using multiple C2000 devices may be feasible (and it is possible to synchronize PWMs between the C2000 devices).
Thank you,
Brett