Two (or more) communication interfaces for one device #64108
Unanswered
robertkowalewski
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Could this #62998 help? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@robertkowalewski, looking at your diagram, it seems like implementing the BMS drivers out-of-tree and passing two SPI devices for internal use might be the way to go. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi,
I'm writing my own driver to zephyr for BMS device, and it has a possibility to work in dual access ring topology. In my case there may be two SPIs... And this makes my problem. There wouldn't be a problem if I allow only to use one MCU SPI but with different CS pins and connect them respectively to both interfaces in my BMS. But I'd like to have more flexibility in my driver and allows to use two different MCU SPIs for one specific device? Is it possible to achieve? If so, then please let me know how I can achieve that.
I hope that my question is pretty clear.
Beta Was this translation helpful? Give feedback.
All reactions