Skip to main content
Associate II
March 21, 2024
Question

Found issue with interrupt-based SPI module. Does anyone have interrupt based SPI code?

  • March 21, 2024
  • 0 replies
  • 738 views

We are working on creating an SPI Communication module based using interrupts with NUCLEO-144 (STM32F767Zi MCU) boards on STM32Cube IDE...we could make it work in polling mode. We are able to communicate in full duplex mode using polling, but we are receiving junk characters in case of interrupt mode. Using SPI1. Please share me the code that works in full-duplex interrupt mode. Please find attached the project 7z files for your reference. Thanks!