Printer Model: Voron2
MCU / Printerboard: PrintSmartCoreH7x (Board with a STM32H723 MCU)
Host / SBC: Dell laptop with ubuntu 24.04, klipper installed with kiauh
klippy.log klippy.log.zip (5.5 KB)
Describe your issue:
I am trying to use a FYSETC V2.1 RGB Mini 12864 Graphic LCD Screen, but it wouldn’t work without defining SPI in the configuration. I don’t know yet if it would work with SPI defined, because I cannot add the “spi_bus:” parameter. As far as I see from the klipper source, the name would indeed be “spi4”, and BUS_PINS_spi4=PE13,PE14,PE12 shows up in the log.
I am realizing though, that I missed something else. SPI4 in an STM32H723 is a “dual” interface. There is another set of pins used as SPI4 (PE2,PE5,PE6).