Add 32kb offset option for STM32H750#177
Conversation
|
Can confirm it is working on my Sovol Zero, which uses the STM32H750 (edit: after correctly re-flashing Katapult, and then in my case, Klipper) |
|
Others are trying to add a 128kb offset similar to other STM32H7 chips but the H750 variant is only 128kb, I believe this is why subsequent flash errors are happening from DFU mode from prior attempts. |
|
Thanks. As mentioned in the cross linked Klipper PR, the Pull Request needs to be signed off for acceptance of the DCO. Previously when I attempted to enable support for the STM32H750 the user who tested it reported a failure, but it certainly now appears it was because the H750 only has 128KiB of flash. If someone who has tested these changes could post a screenshot of their terminal demonstrating a successful attempt at using Katapult to flash Klipper it would be appreciated. |
|
Hey @Arksine , here's a screenshot of me re-flashing Klipper on my stm32h750: Note, when I originally flashed Katapult using my ST-LINK, I used a different method, unfortunately no screenshots of that, but I did document the process:
Can confirm the above initial method worked, and can confirm via screenshot that future flashing still works. |
|
Thanks @asnajder, that screenshot is sufficient as it verifies that the H750 does indeed share the same flash logic as the H72x/H74x series. As soon as the OP adds his signature I will merge. |
|
Just in case |
This enables 480Mhz on STM32H750 Co-authored-by: asnajder <andrew.snajder@gmail.com>
|
Thanks for the help and testing guys! -wildBill83 |
I have signed off in the initial message, let me know if you need anything else. |
|
Thanks. |

The offset option was missing in kmake of the STM tree. Tested and working great on my STM32H750
Signed-off-by: Bill Horan whoran83@gmail.com