Skip to main content
Visitor II
August 2, 2024
Question

Interupt issue in SPI Communication for STM32U585 boards.

  • August 2, 2024
  • 2 replies
  • 750 views

Hello ST Community,

I am currently attempting to establish communication between two STM32U585 boards using the Serial Peripheral Interface (SPI) protocol.

Issue Encountered: Data is not being received.

The transmission from one of the STM32U585 boards is functioning correctly, as confirmed by testing with a logic analyzer. However, the issue lies with the reception on the other STM32U585 board. We have tried both the polling method (which resulted in a timeout error) and the interrupt method (where no callback was received) for SPI communication.

I would appreciate any guidance or suggestions to resolve this issue.

Thanking you,

Nirupama 

    This topic has been closed for replies.

    2 replies

    Super User
    August 2, 2024

    Ensure slave is ready to receive prior to the master sending a frame. Ensure pins are connected appropriately. Show your code.