Port klippy to STM32MH563ZI #421
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe
Hello,
I am student and I have a project to port klippy/Klipper MCU to STM32MH563ZI.
We use UP4000 for our Klipper Host: this part is installed with kiauh (thanks to them!).
https://github.com/th33xitus/kiauh.git
I saw that we can already build and flash from Klipper Host/KIAUTH for STM32H723, STM32H743 and STM32H750
My question is: do you plan to port klippy to STM32MH563ZI?
If not, can you provide help/advice to develop custom code to port klippy to STM32MH563ZI?
I have no idea where to start?
Thank you
Describe the solution you'd like
Port klippy to STM32MH563ZI?
Describe alternatives you've considered
No response
Additional information
No response
I think you've got something fundamentally wrong here. KIAUH is a script that only helps to install Klipper (and various other components).
but I saw that we can build and flash from Klipper Host/KIAUTH for STM32H723, STM32H743 and STM32H750?
The code built may be already available, that's what you meant?
In this case, you are right and I close the request then
Everything you do in terms of building Klipper is provided by Klipper itself. KIAUH just guides and serves an "Interface" so users are not required to manually execute the commands in the CLI.
you have to ask here https://github.com/Klipper3d/klipper
ok thank you guys !