Symbols
loading...
Files
loading...

DualCore_Standalone sample

DualCore_Standalone is a sample project defining the following symbols:

Most used functions

Name
Location
Summary
This function handles NMI exception.
This function handles Hard Fault exception.
This function handles Debug Monitor exception.
This function handles Memory Manage exception.
This function handles Bus Fault exception.
This function handles Usage Fault exception.
This function handles SysTick Handler.
This function handles SVCall exception.
This function handles PendSVC exception.
Main program
System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE) SYSCLK(Hz) = 180000000 HCLK(Hz) = 180000000 AHB Prescaler = 1 APB1 Prescaler = 4 APB2 Prescaler = 2 HSE Frequency(Hz) = 8000000 PLL_M = 8 PLL_N = 360 PLL_P = 2 PLL_Q = 7 VDD(V) = 3.3 Main regulator output voltage = Scale1 mode Flash Latency(WS) = 5 The USB clock configuration from PLLSAI: PLLSAIM = 8 PLLSAIN = 384 PLLSAIP = 8
This function handles USB-On-The-Go FS global interrupt request.
This function handles USB-On-The-Go HS global interrupt request.
Returns the device descriptor.
Returns the LangID string descriptor.
Returns the product string descriptor.
Returns the manufacturer string descriptor.
Returns the serial number string descriptor.
Returns the configuration string descriptor.
Returns the interface string descriptor.
Returns the device descriptor.
Returns the LangID string descriptor.
Returns the product string descriptor.
Returns the manufacturer string descriptor.
Returns the serial number string descriptor.
Returns the configuration string descriptor.
Returns the interface string descriptor.
This function is executed in case of error occurrence.
Convert Hex 32Bits value into char
Gets Pointer Data.
CDC_Itf_Control Manage the CDC class requests
CDC_Itf_DataRx Data received over USB OUT endpoint are sent over CDC interface through this function.
CDC_Itf_TransmitCplt Data transmitted callback
ComPort_Config Configure the COM Port with the parameters received from host.
TIM_Config: Configure TIMx timer
CDC_Itf_Init Initializes the CDC media low layer
CDC_Itf_DeInit DeInitializes the CDC media low layer
Create the serial number string descriptor

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
Miscellaneous Configuration *********************** Vector Table base offset field. This value must be a multiple of 0x200.
@file USB_Device/DualCore_Standalone/Inc/main.h @author MCD Application Team Header for main.c module @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.
@file USB_Device/DualCore_Standalone/Inc/stm32f4xx_it.h @author MCD Application Team This file contains the headers of the interrupt handlers. @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.
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 oscillator 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 USB_Device/DualCore_Standalone/Inc/stm32f4xx_hal_conf.h @author MCD Application Team HAL configuration file. @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
This is the list of modules to be used in the HAL driver
@file USB_Device/DualCore_Standalone/Inc/usbd_desc.h @author MCD Application Team Header for usbd_desc.c module @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.
@file USB_Device/DualCore_Standalone/Inc/usbd_conf.h @author MCD Application Team General low level driver configuration @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.
@file USB_Device/DualCore_Standalone/Inc/usbd_cdc_interface.h @author MCD Application Team Header for usbd_cdc_interface.c file. @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.
@file USB_Device/DualCore_Standalone/Inc/usbd_hid_desc.h @author MCD Application Team Header for usbd_hid_desc.c module @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.