Use integer multiple of the XOSC for CLK_SYS
This commit is contained in:
parent
a6935d6e33
commit
53ac42ca2e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
/* Digital Data */
|
/* Digital Data */
|
||||||
#if 0
|
#if 0
|
||||||
#define VREG_VOLTAGE VREG_VOLTAGE_DEFAULT
|
#define VREG_VOLTAGE VREG_VOLTAGE_DEFAULT
|
||||||
#define CLK_SYS_HZ (250 * MHZ)
|
#define CLK_SYS_HZ (252 * MHZ)
|
||||||
#define BANDWIDTH 1280000
|
#define BANDWIDTH 1280000
|
||||||
#define DECIMATION_BITS 6
|
#define DECIMATION_BITS 6
|
||||||
#define LPF_ORDER 4
|
#define LPF_ORDER 4
|
||||||
|
|
Loading…
Reference in a new issue