2021-11-12 stm32ll Library Series tutorial [3] - ADC single channel acquisition

Development board: Wildfire domineering V1 Chip: stm32f103ZET6 ADC: 1 CHANNEL: 11 GPIO: PC1 To create a new project 1. Open STM32CubeMx software 2. Select chip model: stm32f103ZETx 3. Configure project properties 4. Confirm clock source 5. Configure system clock 6. Open channel 11 of ADC1 7. Configuration structure typedef struct { ...

Posted by bouba on Fri, 12 Nov 2021 16:20:42 +0100