2014-11-09 12:23 PM
Hello, I'm having a lot of trouble trying to simply talk to the L6470 using SPI. When I send any byte whether it be a valid command or not, the L6470 simply sends the command back on the next SPI transfer. How is this possible?
I've checked the 3.3V reg (not used in my design) and it outputs correct voltage, though the OSCOUT (not used) pin has an odd clock signal on it. The OSCOUT signal is oscillating, but it is high for most of each clock period and dips low briefly before rising back to high again. #l64702014-11-17 01:49 AM
Please, check if the CS of the SPI is forced high after each byte transmission.
The behavior you describe occurs when the CS is kept low during communication. Regards Enrico