LPC176x icon indicating copy to clipboard operation
LPC176x copied to clipboard

QEI ON LPC1769

Open gjcollie opened this issue 3 years ago • 1 comments

I'm curious if it is possible to get QEI or spindle sync working on LPC1769 board like the SKR turbo. I see that the chip itself does support QEI.

gjcollie avatar Apr 19 '22 23:04 gjcollie

Both should be possible but is it worth the effort? QEI support for the encoder plugin is likely relatively easy to implement, spindle sync not so since the few drivers/boards that currently supports spindle sync has a MCU with a FPU (used for the PID calculations) and routes the spindle encoder input to a timer clock to reduce interrupt load.

If you want to give it a try feel free to do so.

terjeio avatar Apr 20 '22 05:04 terjeio