Aug 10, 2014 #1 P pasicr Advanced Member level 1 Joined Aug 13, 2005 Messages 440 Helped 39 Reputation 80 Reaction score 29 Trophy points 1,308 Location Macedonia Visit site Activity points 4,213 Hi for all, I use mikroC Pro for ARM with Cortex M4 MCU, I need to use QEI but mikroC dont have any explanation or lib for QEI, can somebody share with me experiences on that filed? best regards
Hi for all, I use mikroC Pro for ARM with Cortex M4 MCU, I need to use QEI but mikroC dont have any explanation or lib for QEI, can somebody share with me experiences on that filed? best regards
Aug 10, 2014 #2 H horace1 Advanced Member level 5 Joined Nov 18, 2008 Messages 2,118 Helped 596 Reputation 1,188 Reaction score 571 Trophy points 1,393 Location Norwich, UK Visit site Activity points 13,063 if the hardware does not have a QEI interface the following code uses two digital inputs for A and B (use interrupt on change or similar) and does the movement calculations in software https://mbed.org/users/aberk/code/QEI/docs/tip/QEI_8cpp_source.html
if the hardware does not have a QEI interface the following code uses two digital inputs for A and B (use interrupt on change or similar) and does the movement calculations in software https://mbed.org/users/aberk/code/QEI/docs/tip/QEI_8cpp_source.html
Aug 11, 2014 #3 P pasicr Advanced Member level 1 Joined Aug 13, 2005 Messages 440 Helped 39 Reputation 80 Reaction score 29 Trophy points 1,308 Location Macedonia Visit site Activity points 4,213 Thanks Horace1, LM4F232 Tiva C mcu have QEI interface, but mikroc pro for arm dont support qei with lib or any explanations...
Thanks Horace1, LM4F232 Tiva C mcu have QEI interface, but mikroc pro for arm dont support qei with lib or any explanations...