Ads1220 for STM32F4 example code ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-15 5: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
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-15 8: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-15 11:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-06 9: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.
