2019-04-15 05:51 AM
Hi everyone,
I try to find an example code of ads1220 for my stm32F407 MCU.
If someone have it :)
Thank a lot ,
Anaelle
2019-04-15 08:32 AM
Perhaps broaden you search, find other examples you can port yourself. Even ones for different STM32 parts, or different micro-controllers. Find SPI code examples within the HAL BSP trees.
2019-04-15 11:53 PM
2019-04-16 12:14 AM
> If someone kwon how to convert the MSP430 software into STM32 ?
Not directly.
At least you should be able to take the sequence of reads/writes from the MSP example, both for initializing the ADC, and for operation.
You need to take care for a proper configuration of the SPI peripheral, perhaps using Cube. The parameters (clock polarities, word sizes, etc. are determined by the slave, i.e. the ADS1220).
2022-06-06 09:56 AM
Hello Anaelle, I am having same problem with you. Actually I failed to port Arduino library to Stm32 library. Did you solve the problem?
Thank you for reading.