How Can I Program a Microwire Device with Specific Clock Cycles per Write Command?
Summary
For more information, please refer to section SPI Signaling Characteristics of the Aardvark I2C/SPI Host Adapter User Manual Here is a basic example of writing two 8-bit bytes AB CD in the transaction log of the Control Center Serial Software, and then submit send: assert SS, send AB CD, de-assert SS. In this case, there will be gaps in the middle, but it is still a single transaction with the slave select (SS) asserted at the beginning and de-asserted at the end. For your application, to send multiple bits in a single transaction, we recommend using the Promira Serial Platform. For more information, please refer to the section API Documentation of the Promira Serial Platform I2C/SPI Active User Manual. Additional resources that you may find helpful include the following: If you want more information, feel free to contact us with your questions, or request a demo that applies to your application.