-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pinmapping is always generic_map.c #56
Comments
thanks for the quick reply. suprisingly the define
What do you mean with recursively? I already read the grblHAL wiki, the readmes and other stuff from the grblHAL plugin repository, but I don't really understand, how these plugins are properly installed. |
Okay, I just found out that I can clone the repository with
So I don't understand where the problem could be. Could someone maybe post his/her project folder in a zip file, so I can compare it to my own? this would be really helpful! *edit: As soon as I define |
But can you compile the code? If yes, would you like to put the project folder in a .zip and put it in conversation? I would really like to compare it to my own to find the error. |
Are you compiling with the STM32CubeIDE or PlatformIO? |
FYI I just added this to the Wiki. |
Many thanks! That helped. |
sorry I overlooked your question. I'm compiling with PlatformIO. |
Then my_machine.h is not used, options has to be specified in the platformio.ini file. Or remove/comment out |
Uploading STM32F1xx-master.zip…
I have a BTT SKR MINI E3 V2.0 board, which I want to use with grblHAL. Therefore I uncomment
#define BOARD_BTT_SKR_MINI_E3_V20
inmy_machine.h
. The code compiles as expected and the board seems do boot, but with the default mapping fromgeneric_map.h
. So When I check the mapping, I get this:When no board is selected, the code compiles, and I get the same pinmapping:
And no matter which line I uncomment, the values are always chosen from generic_map.h.
I already tried to copy and paste everything from
btt_skr_mini_e3_2.0_map.h
to ```generic_map.h``, but this caused a whole bunch of errors...Did I miss something here?
Thank you in advance
*edit:
When I replace
generic_map.h
with the few lines from here, I get this error:Why is the trinamic plugin not supported? Don't i need this to get acces to this specific drivers?
And did I install it correct?
trinamic.c
and.h
into themotors
foldertrinamic
with all the files from the plugin into the project folderThe text was updated successfully, but these errors were encountered: