Update CMake configuration, modify HSE settings, and adjust clock frequencies

This commit is contained in:
2025-10-21 16:51:49 +08:00
parent c52b5d1787
commit 6d37b0ec23
5 changed files with 40 additions and 32 deletions

View File

@ -100,7 +100,7 @@
#endif /* HSE_VALUE */
#if !defined (HSE_STARTUP_TIMEOUT)
#define HSE_STARTUP_TIMEOUT 100U /*!< Time out for HSE start up, in ms */
#define HSE_STARTUP_TIMEOUT 1000U /*!< Time out for HSE start up, in ms */
#endif /* HSE_STARTUP_TIMEOUT */
/**