1
Bus Pirate Support / Re: Coldfire MCF52235 EzPort - Help Please
Code: [Select]
spi_write_then_readuses this command from the SPI binary mode:
http://http://dangerousprototypes.com/docs/SPI_(binary)#00000100_-_Write_then_read
If you want to use this mode:
http://http://dangerousprototypes.com/docs/SPI_(binary)#0001xxxx_-_Bulk_SPI_transfer.2C_send.2Fread_1-16_bytes_.280.3D1byte.21.29
Code: [Select]
spi_bulk_write_readis the right choice.
I have to admit that the SPI code isn't that much tested, since I don't really have a working SPI setup here.
Bye,
Prof. MAAD