QSPI MASTER and SLAVE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-05 10:29 PM - last edited on ‎2025-01-06 12:20 AM by mƎALLEm
Hi team,
I am working with QSPI I have 2 STM32-NUCLEO-L496ZG-P boards. I want to select one board as Master and one board as Slave and I want to transmit from one device and receive it on other device. But in stm32CubeIDE there is no option to select like Master or Slave. Is there any way to make it possible one as Master and one as Slave.
Solved! Go to Solution.
- Labels:
-
QSPI
-
STM32L4 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-05 10:54 PM
Hi,
no, QSPI slave is not possible on STM32. QSPI interface is not intended for this purpose on STM32. It is mainly to connect external memories. And possibly displays. In both cases, you are always the master.
How much bandwidth do you need? Why do you want to utilize the QSPI for inter CPU communication in the first place?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-05 10:54 PM
Hi,
no, QSPI slave is not possible on STM32. QSPI interface is not intended for this purpose on STM32. It is mainly to connect external memories. And possibly displays. In both cases, you are always the master.
How much bandwidth do you need? Why do you want to utilize the QSPI for inter CPU communication in the first place?
