August 2015
Intermediate to advanced
208 pages
4h 45m
English
This appendix summarises the ST Microelectronics Keil Peripheral Example Library for STM32F4-Discovery and the advanced application examples.
In the Peripheral Examples folder the following sub-folders will be found. A brief description of the functionality provided within each folder is given in the table.
| Sub-folder name | Functionality of interface |
| ADC3_DMA | Describes how to use the ADC3 and DMA to transfer continuously converted data from ADC3 to memory. The ADC3 is configured to convert continuously channel7. Each time an end of conversion occurs the DMA transfers, in circular mode, the converted data from ADC3 DR register to the ADC3ConvertedValue variable |
| ADC_Interleaved_DMAmode2 | Provides a short description of how to use the ADC peripheral to convert a regular channel in triple interleaved mode using DMA in mode 2 with 8.4 Msps |
| DAC_SignalsGeneration | Provides a short description of how to use the DAC peripheral to generate several signals using DMA controller. When the user presses the USER push-button, DMA transfers the two selected waveforms to the DAC |
| DMA_FLASH_RAM | Provides a description of how to use a DMA channel to transfer a word data buffer from FLASH memory to embedded SRAM memory |
| EXTI | Shows how to configure the external interrupt lines. In this example, the EXTI Line0 (connected to PA0 pin) is configured to generate an interrupt on each rising edge. In the interrupt routine ... |
Read now
Unlock full access