Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port to STM32F103C8 #4

Open
JBSchueler opened this issue May 5, 2016 · 1 comment
Open

port to STM32F103C8 #4

JBSchueler opened this issue May 5, 2016 · 1 comment

Comments

@JBSchueler
Copy link

Nowadays there are very nice (and cheap) development boards for the STM32F103C8 like this one.

How easy/difficult is it to port this code to the STM32F103C8?
Is the code fully functional for a STM32?
Especially GRBL 0.9j?

@deadsy
Copy link
Owner

deadsy commented Dec 22, 2017

Yes - you'll have to remap the IO to whatever the available pins are on your board. The core drivers should be OK since you are on an ST chip and the peripherals don't change much, but you'll have to make sure the base addresses are ok.

Later versions of both grbl and the cube drivers are on the development branch. Most of it works but I still need to finish of the stepper motor drivers..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants