BTT Octopus Max EZ and EZ5160 SPI problems

Could it be your SPI SCK frequency?

Your klippy.log indicates you used
spi_speed = 1500000
and
spi_speed = 500000

I would give

spi_speed: 4000000

a try here Configuration reference - Klipper documentation.

Good luck, hcet14