how to erase the voltage low level between each 8-bit in SCK(SPI) #14192
Unanswered
carl336
asked this question in
RP2040 / Pico
Replies: 1 comment 5 replies
-
File has been deleted. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm a starter and would like to ask a question about SPI SCK.
Hardware→Raspberry Pi Pico (RP2040, MicroPython v1.22.2 )
I am using Pico to turn a BL on with SPI, and the code writes with Micropython.
The point is :
I want to let SCK send a continuous and uninterrupted signal, but I don't know how to deal with it.
(I uploaded a picture of a signal detected with a logic analyzer, it shows that there are some voltage low levels of signal between each 8 bits, but I want to erase them.)
Could anybody teach me?
Here is the code that I wrote:
https://paste.fastmirror.net/?b5d8eb2f87a857da#GMJkrrTLhkVuXJvWzEPpDmnzp61MhCb3z3n4QroXDYAr
And here is the screenshot of a signal detected with a logic analyzer (Kingst VIS).
https://fastupload.io/71tuEoAbk1jQZDd/file
The purpose of having SCK send signals continuously and uninterruptedly is that there is a Backlight LED Driver, according to its
specification, it looks like I need to keep the signals from SCK continuously and uninterruptedly.
https://fastupload.io/YUs89PQEr1j3xby/file
Beta Was this translation helpful? Give feedback.
All reactions