Jump to content
  • 0

spillari

Question

I was able to create this waveform configuration using the digital discovery:MicrosoftTeams-image(4).thumb.png.a72712bae46794aab13ec442c7a5ef7f.pngMicrosoftTeams-image(3).thumb.png.b6894525b2f5c7b4643462001634058c.png

Is there any was the GUI would give me a custom code for the same? I am using a clock delay config:MicrosoftTeams-image(5).png.85a5e51445081c9e52abf25e3871a9eb.pngand this is reflected when I make the change in the settings and not via the custom code.

The code I am using is:MicrosoftTeams-image(6).thumb.png.59c40edde4b71cfa43755ccb7038809d.png

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

I'm not sure I understood your question.
Maybe this is what you want?
// CmdWrite(bits per command, cmd, dummy bits, bits per word, [word1, word2...] )
//      3 or 4-wire SPI data write with command and dummy bits. Returns true on success otherwise returns false.
CmdWrite(16, 0x55AA, 0, 24, [0])

Link to comment
Share on other sites

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...