NUCLEO-H743ZI2 + RAMPS #391
-
Premise Questions
I'm sorry if this isn't the right place to ask this and/or for saying something stupid, I just started looking into this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The STM32F7xx and STMH7xx drivers supports up to 8 axes - depending on the board/board map. |
Beta Was this translation helpful? Give feedback.
-
RAMPS 1.6 shield doesn't fit into NUCLEO-H743ZI2 board since it has two rows of pins on the short side that don't have a reciprocal on the board. |
Beta Was this translation helpful? Give feedback.
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.