Jump to content
  • 0

Protocol SPI new script command?


Ola

Question

When doing Custom script, Is there a command that does the "Command (DQ0)+Read0" or "Command (DQ0) + Write" in one command. It is to slow to do this with:

Start();

Write(8, 0x10 ); // Write Reg1 10 :enable DAC

Read0(16, 1);

Stop();

I would like to have one command for this, or set it in a buffer to send many command's. I need to do a quick "chip select" in between each command? The communication with USB latency is to slow.

Regards, Ola

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...