STM32F3 remove non-UTF characters

pull/15138/head
Jerome Coutant 2021-10-12 17:46:39 +02:00
parent 7f15a2802e
commit f103713a96
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
* is using in the C source code, usually in main.c. This file contains: * is using in the C source code, usually in main.c. This file contains:
* - Configuration section that allows to select: * - Configuration section that allows to select:
* - The STM32F3xx device used in the target application * - The STM32F3xx device used in the target application
* - To use or not the peripherals drivers in application code(i.e. * - To use or not the peripheral's drivers in application code(i.e.
* code will be based on direct access to peripherals registers * code will be based on direct access to peripheral's registers
* rather than drivers API), this option is controlled by * rather than drivers API), this option is controlled by
* "#define USE_HAL_DRIVER" * "#define USE_HAL_DRIVER"
* *

View File

@ -40,7 +40,7 @@
(++) max time (mS) = 1000 * (Counter - 0x40) / WWDG clock (++) max time (mS) = 1000 * (Counter - 0x40) / WWDG clock
(+) Typical values: (+) Typical values:
(++) Counter min (T[5;0] = 0x00) at 36MHz (PCLK1) with zero prescaler: (++) Counter min (T[5;0] = 0x00) at 36MHz (PCLK1) with zero prescaler:
max timeout before reset: approximately 113.78µs max timeout before reset: approximately 113.78us
(++) Counter max (T[5;0] = 0x3F) at 36MHz (PCLK1) with prescaler (++) Counter max (T[5;0] = 0x3F) at 36MHz (PCLK1) with prescaler
dividing by 8: dividing by 8:
max timeout before reset: approximately 58.25ms max timeout before reset: approximately 58.25ms