Symbols
loading...
Files
loading...
SourceVuSTM32 Libraries and SamplesUART_ReceptionToIdle_CircularDMA

UART_ReceptionToIdle_CircularDMA sample

UART_ReceptionToIdle_CircularDMA is a sample project defining the following symbols:

Most used functions

Name
Location
Summary
This function handles Non maskable interrupt.
This function handles Hard fault interrupt.
This function handles Debug monitor.
This function handles Memory management fault.
This function handles Pre-fetch fault, memory access fault.
This function handles Undefined instruction or illegal state.
This function handles System tick timer.
This function handles System service call via SWI instruction.
This function handles Pendable request for system service.
This function is executed in case of error occurrence.
The application entry point.
System Clock Configuration
This function handles USART3 global interrupt.
Send Txt information message on UART Tx line (to PC Com port).
This function handles DMA1 stream1 global interrupt.
This function handles buffer containing received data on PC com port
This function prints user info on PC com port and initiates RX transfer
GPIO Initialization Function
USART3 Initialization Function
Enable DMA controller clock

Other commonly used symbols

Name
Location
Summary
Internal High Speed oscillator (HSI) value. This value is used by the RCC HAL module to compute the system frequency (when HSI is used as system clock source, directly or through the PLL). Value of the Internal oscillator in Hz
Adjust the value of External High Speed oscillator (HSE) used in your application. This value is used by the RCC HAL module to compute the system frequency (when HSE is used as system clock source, directly or through the PLL). Value of the External oscillator in Hz
Vector Table base offset field. This value must be a multiple of 0x200.
@file : main.h : Header for main.c file. This file contains the common defines of the application. @attention Copyright (c) 2020 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
@file stm32f4xx_it.h This file contains the headers of the interrupt handlers. @attention Copyright (c) 2020 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
External clock source for I2S peripheral This value is used by the I2S HAL module to compute the I2S clock source frequency, this source is inserted directly through I2S_CKIN pad. Value of the External audio frequency in Hz
Internal Low Speed oscillator (LSI) value. LSI Typical Value in Hz
External Low Speed oscillator (LSE) value. Value of the External Low Speed oscillator in Hz
Time out for HSE start up, in ms
Time out for LSE start up, in ms
@file stm32f4xx_hal_conf_template.h @author MCD Application Team HAL configuration template file. This file should be copied to the application folder and renamed to stm32f4xx_hal_conf.h. @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
This is the list of modules to be used in the HAL driver
This is the HAL system configuration section Value of VDD in mv
Transceiver Basic Control Register
Auto-Negotiation process completed
PHY status register Offset
Transceiver Basic Status Register
Enable auto-negotiation function
Select the power down mode
Set the full-duplex mode at 100 Mb/s
Set the half-duplex mode at 100 Mb/s
Set the full-duplex mode at 10 Mb/s
Set the half-duplex mode at 10 Mb/s
Restart auto-negotiation function
Uncomment the line below to expanse the "assert_param" macro in the HAL drivers code
Text strings printed on PC Com port for user information
Data buffers used to manage received data in interrupt routine

Dependencies

UART_ReceptionToIdle_CircularDMA depends on the following libraries: