Using HSE as the PLL_CLKSOURCE. Using PLL as the SYS_CLKSOURCE. Using extrenal 8MHz crystal.

Dependencies:   mbed

HSE_Config.h

Committer:
Zero_YI
Date:
2017-11-17
Revision:
0:9096775ac85a

File content as of revision 0:9096775ac85a:

#ifndef _HSE_CONFIG_H_
#define _HSE_CONFIG_H_

#include "mbed.h"

uint8_t HSE_Config();

#endif