Bigtreetech SKR Pro 1.1/1.2: undefined reference to `board_init' #191
acinortele
started this conversation in
General
Replies: 1 comment
-
Fix commited, the code is basically the same for as for the Longboard but since the Longboard code will be expanded I added it as shared code to tmc_spi.c instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue: Compiling grblHAL for Bigtreetech SKR Pro 1.1/1.2 Board
I'm trying to compile grblHAL for the Bigtreetech SKR Pro 1.1 or 1.2 board using STM32Cube with the following parameters:
I am encountering the following error:
It seems that the
board_init
function has not been defined for these boards. I noticed that some boards have a "board.c" file in addition to the "board.map" file, but the SKR Pro 1.1 and 1.2 do not have one.For example, the board defined in
longboard32_map.h
has the following code inlongboard32.c
:Could I use a similar solution for the SKR Pro 1.1/1.2? Would the code be the same?
Beta Was this translation helpful? Give feedback.
All reactions