grblHAL on Arduino Portenta H7 #17
Replies: 1 comment 1 reply
-
The STM32F4xx project contains all the folders needed, some as git submodules. But it is unlikely you can use the STM32F4xx driver "as-is", initialisation in
There is none as this driver is built using the STM32CubeIDE which is Eclipse based. |
Beta Was this translation helpful? Give feedback.
-
Dear all,
Since there is a pre-existing grblHAL implementation for the STM32F4 ARM-M4 Cortex, I'm interested in running grblHAL on the M4 core of the Arduino Portenta H7, which has a STM32H747 dual-core MCU. I will leave the M7 core to do some sensor readings.
1.) Do I need to download the core folder and the STM32F4xx driver folder and any plugins I might want? Or does the STM32F4xx folder contain everything I need if I only want to work on one particular board?
2.) For importation to the Arduino IDE as a library, where is the grblHAL_xxx folder mentioned here? I notice within the STM32F4xx folder and the core folder, there is a directory called grbl, but not grblHAL_xxx.
All the best,
Ryan
Beta Was this translation helpful? Give feedback.
All reactions