Skip to main content
Visitor II
August 19, 2023
Question

EXTI11 with SPI1 on STM32U575

  • August 19, 2023
  • 1 reply
  • 1057 views

I am using the gpio interrupt (EXTI) and trying to tie with SPP1. Only EXTI4_TRG and EXTI9_TRG are defined in stm32u5xx_hal_spi_ex.h for group1. 

Is that possible to define EXTI11_TRG in the group1?

winzaw_0-1692485553919.png

 

This topic has been closed for replies.

1 reply

TDK
August 19, 2023

No, you can only use triggers that are defined in the reference manual, and EXTI11 isn't one of them.

TDK_0-1692488318402.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."