Adding 72 MHz clock support for mk20dx256vlh7
This commit is contained in:
parent
a6657c8aed
commit
26b0a7e10d
4 changed files with 40 additions and 16 deletions
15
Lib/mk20dx.h
15
Lib/mk20dx.h
|
@ -35,14 +35,17 @@
|
|||
// ----- Defines -----
|
||||
|
||||
#if (F_CPU == 96000000)
|
||||
#define F_BUS 48000000
|
||||
#define F_MEM 24000000
|
||||
#define F_BUS 48000000
|
||||
#define F_MEM 24000000
|
||||
#elif (F_CPU == 72000000)
|
||||
#define F_BUS 36000000
|
||||
#define F_MEM 24000000
|
||||
#elif (F_CPU == 48000000)
|
||||
#define F_BUS 48000000
|
||||
#define F_MEM 24000000
|
||||
#define F_BUS 48000000
|
||||
#define F_MEM 24000000
|
||||
#elif (F_CPU == 24000000)
|
||||
#define F_BUS 24000000
|
||||
#define F_MEM 24000000
|
||||
#define F_BUS 24000000
|
||||
#define F_MEM 24000000
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue