How to use designware SPI for SPI loopback test on em_starterkit #52704
Unanswered
SiyuanCheng-CN
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @SiyuanCheng-CN , I'm wondering what Zephyr version are you using? Do you know if this thing was working before for DW SPI? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Problem:
I'm trying to run em_starterkit with designware SPI driver on SPI loopback test, found error:
What I do:
Added
cs-gpios = <&creg_gpio 0 GPIO_ACTIVE_HIGH>;
inem_starterkit.overlay
. CS gpio port ready validation is solved, but still founddevice_is_ready(spec->bus)
returns false inspi_is_ready()
.Now SPI dts:
What is missing or is designware SPI driver is incompatible with current API macro?
Beta Was this translation helpful? Give feedback.
All reactions