You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
677 B

4 years ago
  1. /******************************************************************************************
  2. * Copyright (C), 2015, Shanghai Eastsoft Microelectronics Co., Ltd
  3. * : system_ES8P5066.c
  4. * : AE Team
  5. * : V1.00
  6. * : 2021/04/27
  7. * : 使
  8. *******************************************************************************************/
  9. #include "system_ES8P5066.h"
  10. #include "ES8P5066.h"
  11. #include "lib_scu.h"
  12. uint32_t SystemCoreClock = 48000000;
  13. void SystemInit(void)
  14. {
  15. SCU_SysClkSelect(SCU_CLK_HRC);
  16. }