use timer

This commit is contained in:
wmano
2025-08-23 11:54:16 +08:00
parent 975f8b4930
commit 45965db185
18 changed files with 591 additions and 7266 deletions
@@ -92,9 +92,6 @@
anywhere in Flash or Sram, else the vector table is kept at the automatic
remap of boot address selected */
/* #define USER_VECT_TAB_ADDRESS */
#if !defined(USER_VECT_TAB_ADDRESS)
#define USER_VECT_TAB_ADDRESS 0x0
#endif
#if defined(USER_VECT_TAB_ADDRESS)
/*!< Uncomment the following line if you need to relocate your vector Table
@@ -108,7 +105,7 @@
#else
#define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field.
This value must be a multiple of 0x200. */
#define VECT_TAB_OFFSET USER_VECT_TAB_ADDRESS /*0x00000000U /*!< Vector Table base offset field.
#define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field.
This value must be a multiple of 0x200. */
#endif /* VECT_TAB_SRAM */
#endif /* USER_VECT_TAB_ADDRESS */