deadsy / grbl_stm32f4

The grbl g-code interpreter ported to the STM32F4
61 stars 33 forks source link

Porting to F469 #6

Closed mopplayer closed 3 years ago

mopplayer commented 7 years ago

I want to port to STM32F469-DIS Is there a good way to get started? It seems that to modify PIN Map, Right? Thanks to your help.

deadsy commented 6 years ago

Yes - you'll have to remap the IO to whatever the available pins are on your board. The core drivers should be OK since you are on an ST chip and the peripherals don't change much, but you'll have to make sure the base addresses are ok.