Subversion Repositories DashDisplay

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 5
Line 1... Line 1...
1
/**
1
/**
2
  ******************************************************************************
2
  ******************************************************************************
3
  * @file    stm32f1xx_hal_conf.h
3
  * @file    stm32f1xx_hal_conf.h
4
  * @author  MCD Application Team
4
  * @author  MCD Application Team
5
  * @version V1.0.1
5
  * @version V1.0.4
6
  * @date    31-July-2015
6
  * @date    29-April-2016
7
  * @brief   HAL configuration template file.
7
  * @brief   HAL configuration template file.
8
  *          This file should be copied to the application folder and renamed
8
  *          This file should be copied to the application folder and renamed
9
  *          to stm32f1xx_hal_conf.h.
9
  *          to stm32f1xx_hal_conf.h.
10
  ******************************************************************************
10
  ******************************************************************************
11
  * @attention
11
  * @attention
12
  *
12
  *
13
  * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
13
  * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
14
  *
14
  *
15
  * Redistribution and use in source and binary forms, with or without modification,
15
  * Redistribution and use in source and binary forms, with or without modification,
16
  * are permitted provided that the following conditions are met:
16
  * are permitted provided that the following conditions are met:
17
  *   1. Redistributions of source code must retain the above copyright notice,
17
  *   1. Redistributions of source code must retain the above copyright notice,
18
  *      this list of conditions and the following disclaimer.
18
  *      this list of conditions and the following disclaimer.
Line 97... Line 97...
97
  #define HSE_VALUE    ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */
97
  #define HSE_VALUE    ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */
98
#endif
98
#endif
99
#endif /* HSE_VALUE */
99
#endif /* HSE_VALUE */
100
 
100
 
101
#if !defined  (HSE_STARTUP_TIMEOUT)
101
#if !defined  (HSE_STARTUP_TIMEOUT)
102
  #define HSE_STARTUP_TIMEOUT    ((uint32_t)5000)   /*!< Time out for HSE start up, in ms */
102
  #define HSE_STARTUP_TIMEOUT    ((uint32_t)100)   /*!< Time out for HSE start up, in ms */
103
#endif /* HSE_STARTUP_TIMEOUT */
103
#endif /* HSE_STARTUP_TIMEOUT */
104
 
104
 
105
/**
105
/**
106
  * @brief Internal High Speed oscillator (HSI) value.
106
  * @brief Internal High Speed oscillator (HSI) value.
107
  *        This value is used by the RCC HAL module to compute the system frequency
107
  *        This value is used by the RCC HAL module to compute the system frequency