I am trying to get SPI with SS working with my FRDM-k64f. I can receive perfectly fine by using a:
- 1 MHz clock
- 2 Mhz Slave select (Active low)
- 16-bit words
I also have the pixy powered with unregulated voltage because a usb connection is not enough current for the servos.
I then send 0xff00 followed by 0x0005 and 0x0025 in little endian but the servos do not move. I have been trying to find the problem on the wiki page but I am being confused by all the different references to sync bytes and little/big endian.
Does anyone have an explanation as to how to send via SPi or an image of a working SPI send signal that I can make reference to?
I can update my signal if needed.
Thanks!