STM32F405 SPI1 Not Working with the code which is working with STM32F401
Hi,
I have been working on my Custom STM32F405 Board. I have been using different Communication protocols like I2C,SPI2,I2C1,USB OTG on the same chip in a single code using FREE RTOS.
However, I have a problem with SPI1 of STM32F405. I'm trying to communicate with a ADS1292R Chip which also built on a custom board. The ADS1292R Board is working perfectly with STM32F401RE NUCLEO BOARD(SPI2 ON NUCLEO BOARD). But when I'm using the same code with STM32F405 with SPI1, I'm not getting correct result. The same code is working on STM32F401(SPI2) but not on STM32F405(SPI1).
Is there any difference in SPI Modules of both IC's?