Post Go back to editing

AD7771 STM32 sample project example

Category: Software
Product Number: AD7771

Hello Team,

Can anyone send me sample project to interface AD7771 to STM32 platform for my reference

With Regards,

Aalakh

Parents Reply
  • I am using no_os ad7779 driver with STM32H745 MCU

    Facing following issues in stm32_spi.c source file.

    'SPI_CR1_BR_Pos' undeclared (first use in this function); did you mean 'SPI_CFG1_MBR_Pos'?

    'SPI_SR_RXNE' undeclared (first use in this function); did you mean 'SPI_SR_RXWNE'?

    'SPI_SR_TXE' undeclared (first use in this function); did you mean 'SPI_SR_TXP'?  

    'SPI_TypeDef' has no member named 'DR'; did you mean 'SR'?    

     

    Macros are not defined in stm32h7xx_hal.h

    DR is not a member in SPI_TypeDef

     

    Can you please check and confirm whether these drivers supports stm32H7 platform

Children