Page 1 of 1

ADS1256 is not working

Posted: Tue Mar 18, 2025 10:58 am
by celebriums
Hello All,

I'm trying to use the ADS1256 component with STM32F411 but I couldn't manage it.
When I write the Initialize command, the processor gets stuck on that command. It does not go to the next command.
As far as I know, if SPI stops in communication, all processors slow down or stop, so I think that's why.
Normally in the software on the Uart port, I can see which line it is stuck on.

My processor speed is 100Mhz,
I am using Fosc/64 for communication with ADS1256, I tried lower values but it didn't work.
I am using SPI 2 and I checked that my connections are correct.