Clarification on communication transport between STM32U585 and QRB2210 on UNO Q #254
Unanswered
philippe86220
asked this question in
Q&A
Replies: 1 comment
-
|
That is entirely correct. RPC currently works over LPUART1, but SPI is also connected, and the ultimate goal is to use the latter for long burst of data to avoid hogging the serial interface. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Clarification:
The documentation indicates that the Bridge (RPC layer) can operate over multiple physical transports.
The hardware block diagram of the Arduino UNO Q shows two possible inter-processor connections between the STM32U585 (MCU) and the QRB2210 (MPU):
Could you please confirm which physical transport is used by the current public firmware, and whether the second one (SPI3) is reserved for future high-speed data exchange?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions