STM32L4 and SPI problems
Hello,
I'm trying to connect my nucleo stm32L496zg with an external ASD (ADS1259) through SPI interface using DMA. So I connected MISO MOSI SCK and a pin used as interrupt for the End of conversion.
If I use SPI1 no problem, I can see continuously the conversions.
But with SPI2 and SPI3 it stop to convert after few conversions (I stop to receive end of conversions interrupt)
Code for SPI1,SPI2 and SPI3 is exactly the same except for the pin used.
So I tried the same thing with another nucleo stm32l432 with the same result: SPI1 works while SPI3 not (there's not spi2 on this board).
What can be the problem?
Thanks in advance
