What is the minimum clock rate for the G30 in the SPI.Configuration set up? When assigning a rate to my L6470 motor controller, the registers will only set to the correct values when the clock is assigned a rate of 1 kHz. This seems extremely low which causes me to wonder if this is the result of another problem.
I have it wired up to SPI1 since I was told SPI2 can be bugged on the G30.
I read in other posts the minimum frequency is ~329k. I tried setting 200k and it didn’t work, but setting 1k worked. If anything below 329k defaults to 329k, why wouldnt 1 kHz and 200 kHz produce different resaults?