File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
targets/TARGET_STM/TARGET_STM32L5/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 STM32L5xx 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 33
33
(++) max time (mS) = 1000 * (Counter - 0x40) / WWDG clock
34
34
(+) Typical values:
35
35
(++) Counter min (T[5;0] = 0x00) @110MHz (PCLK1) with zero prescaler:
36
- max timeout before reset: ~37.23µs
36
+ max timeout before reset: ~37.23us
37
37
(++) Counter max (T[5;0] = 0x3F) @110MHz (PCLK1) with prescaler dividing by 128:
38
38
max timeout before reset: ~19.07ms
39
39
You can’t perform that action at this time.
0 commit comments