File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
targets/TARGET_STM/TARGET_STM32F3/STM32Cube_FW Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
* is using in the C source code, usually in main.c. This file contains:
9
9
* - Configuration section that allows to select:
10
10
* - The STM32F3xx device used in the target application
11
- * - To use or not the peripheral’ s drivers in application code(i.e.
12
- * code will be based on direct access to peripheral’ s registers
11
+ * - To use or not the peripheral' s drivers in application code(i.e.
12
+ * code will be based on direct access to peripheral' s registers
13
13
* rather than drivers API), this option is controlled by
14
14
* "#define USE_HAL_DRIVER"
15
15
*
Original file line number Diff line number Diff line change 40
40
(++) max time (mS) = 1000 * (Counter - 0x40) / WWDG clock
41
41
(+) Typical values:
42
42
(++) Counter min (T[5;0] = 0x00) at 36MHz (PCLK1) with zero prescaler:
43
- max timeout before reset: approximately 113.78µs
43
+ max timeout before reset: approximately 113.78us
44
44
(++) Counter max (T[5;0] = 0x3F) at 36MHz (PCLK1) with prescaler
45
45
dividing by 8:
46
46
max timeout before reset: approximately 58.25ms
You can’t perform that action at this time.
0 commit comments