Skip to content

NUCLEO-H743ZI2 + RAMPS #391

Answered by terjeio
AlessandroVeller asked this question in Q&A
Nov 16, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

The STM32F7xx and STMH7xx drivers supports up to 8 axes - depending on the board/board map.
You have to add a board map for the RAMPS board, the main driver code is shared so no need to write a new driver.
Here is a map for the Arduino Due that you may start with - but note that the port and pin designations are different. See one of the H7 maps for how they should be defined.
One important issue to be aware of is that the RAMPS board is designed for 5V signalling, the STM32 processors uses 3.3V - IIRC the board has to be slightly modified to work with 3.3V.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@AlessandroVeller
Comment options

Answer selected by AlessandroVeller
Comment options

You must be logged in to vote
2 replies
@AlessandroVeller
Comment options

@mikhail11111
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants