Example Project for AD5676 (16bit 8ch DAC) with SPI interface
Configuration
- STM32F767ZI
- AD5676
I made a base project by using STM32CubeMx, you can modify and confirm configuration in STM32CubeMx project.
Anyone can use this project and modify, but must retain copyright notice.
Device Driver Path
ad5676/Drivers/Peripheral/Src/AD5676R.c
ad5676/Drivers/Peripheral/Inc/AD5676R.h
AD5676: https://www.analog.com/en/products/ad5676.html#product-overview
STM32F767ZI: https://www.st.com/en/microcontrollers-microprocessors/stm32f767zi.html
STM32CubeMx: https://www.st.com/en/development-tools/stm32cubemx.html
- STM32 for VSCODE
Minchul Jun - email ([email protected])