Replies: 2 comments 1 reply
-
@2songh, Since your Zephyr version is outdated, please use a currently supported version, such as v2.7.5 or
|
Beta Was this translation helpful? Give feedback.
1 reply
-
@2songh, Understood. If you're still looking to use the Zephyr 2.x version, I recommend opting for version 2.7.5. |
Beta Was this translation helpful? Give feedback.
0 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.
-
zephyr version: v2.4
my board: STM32l433
spi device: microchip,mcp23s08
[.dts file]

[prj.conf]

I want to get the input value of my device through spi communication.
But my cs-gpios only works with GPIO_ACTIVE_HIGH.
I hope it works with GPIO_ACTIVE_LOW.
(yellow: Chip Select / blue: Clock)
Is there a problem configuring my dts file or prj.conf file?
Additionally, Should I suspect a board configuration or gpio driver issue?
Any opinions are welcome, so please give me your advice.
Beta Was this translation helpful? Give feedback.
All reactions