-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Description
Hi Claudio,
I'm looking around for some hardware to retrofit into a laser cutter and use laserweb/grbl-lpc. I hope you have a moment to answer my question.
From looking at the grbl-lpc code it looks like it runs at 120MHz.
#define XTAL (12000000UL) /* Oscillator
frequency */
This would imply an LPC1769 is needed and the LPC1768 is not fast enough (or code changes are needed for 100MHz).
I see mention on reddit that it works on some 1768 boards, should I adjust the above for 100MHz perhaps?
https://www.reddit.com/r/hobbycnc/comments/6b9p48/grbllpc/
Many thanks,
Tom