Help to use SPI on NUCLEO-G491
Hello,
I am not receiving SPI interrupt on the NUCLEO-G491, and I would like some support.
Here is the source code project.
https://github.com/katsumat/STM32CubeIDE/tree/main/workspace_1.16.1/SPI
Specifically, I would like to perform the following actions:
single line name

SPI connection.
Here is the waveform for SPI1

I have set a breakpoint here at /* USER CODE BEGIN 3 */, but it is not being hit.
I have set a breakpoint at SPI2_IRQHandler, but it is not being hit. Could you advise me on why the interrupt is not occurring?

