dresco / STM32H7xx

grblHAL driver for STM32H7xx processors
Other
11 stars 12 forks source link

stm32cubeide importing project problem #31

Open raouflich opened 3 days ago

raouflich commented 3 days ago

hello i cant figure how to impot the project to the ide and configure it with my hardware via cubemx

dresco commented 2 days ago

Hi @raouflich, afraid it's not a CubeMX project, so won't be able to configure it that way.

Is it your own board design? Adding support for new hardware typically starts with confirming clock setup and then creating a board map file to suit the pinout. The driver may also need some tweaks for new UART/I2C/SPI/PWM configurations (although many will be supported already).

Regarding clock setup, currently everything except the Nucleo boards uses a 25MHz external crystal.

raouflich commented 2 days ago

thank you dresco i thought i could use it with cubeMX ,the project is too big so i just have to put in the time and try to get it to work thanks again

dresco commented 2 days ago

Yes, can be a bit of steep learning curve.

What is your target hardware? As long as it's H723 or H743 based, then there is probably an existing board you can use as a reference to get started..