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

STM32f746 Discovery Board #29

Open
poweiichen opened this issue Jan 7, 2020 · 1 comment
Open

STM32f746 Discovery Board #29

poweiichen opened this issue Jan 7, 2020 · 1 comment

Comments

@poweiichen
Copy link

Hi,
I don't have an issue here, just a question...
I am using the STM32f746 Discovery Board and a TMC2209 driver to control a single stepper motor.
I have to use the STM32CubeIDE IDE for development in this project, but the current driver was based on the Arduino architecture and written in C++ instead of C. Is there a workaround here or do I have to write up my own driver for it? Thank you.

Po

@teemuatlut
Copy link
Owner

You'd have to update some key methods that reference the Arduino framework functions and get it to compile. After that it's just C++ and definitely doable.
Fork it and share it if you like.

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