ADS1256 is not working

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
celebriums
Posts: 42
http://meble-kuchenne.info.pl
Joined: Fri Dec 18, 2020 7:33 am
Has thanked: 23 times
Been thanked: 7 times

Flowcode v10 ADS1256 is not working

Post 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.
Attachments
Ekran görüntüsü 2025-03-18 135652.png
Ekran görüntüsü 2025-03-18 135652.png (238.25 KiB) Viewed 1060 times
Ekran görüntüsü 2025-03-18 134720.png
Ekran görüntüsü 2025-03-18 134720.png (57.98 KiB) Viewed 1060 times
STM32F411CE.fcfx
(16.32 KiB) Downloaded 14 times

Post Reply