synthetos / g2

g2core - The Next Generation
Other
625 stars 296 forks source link

Current state of g2core SPI support on Arduino Due #432

Open tfeldmann opened 4 years ago

tfeldmann commented 4 years ago

Hello, I trying to adapt the edge branch of g2core to my Arduino Due shield which controls four stepper driver (St L6474) via SPI. I found the Motate submodule is many commits behind its master branch and it seems that in the meantime a lot of work has been done to support SPI on the sam3x (in Motate @ 41e5b92 the whole sam3x SPI code is #if 0ed). I tried compiling g2core with the current version of Motate but failed miserably.

So my question is: Is this feasable at all? Should I try to get the newest Motate version to run or use another SPI library?

giseburt commented 4 years ago

There is a newer version of g2 that hasn’t been pushed yet (we’re still testing) that uses that newer Motate and will have the SPI support you’re looking for. I’ll leave this issue open until we push that code.

tfeldmann commented 4 years ago

Thank you for the quick response. Looking forward to it 👌

tfeldmann commented 4 years ago

Do you have a estimate when this version is available? Would be very interested in testing this!

karoria commented 4 years ago

I would like to know if it addresses feedrate overrides. Desperately waiting for it.

giseburt commented 4 years ago

I’m hoping to get this pushed in the next few weeks.

@karoria Feedrate overrides are in there, but need testing.

karoria commented 4 years ago

Great news...Thanks a lot...