SAME70: Initialization has to be done a little differently because the board has no 32.768KHz crystal installed

This commit is contained in:
Gregory Nutt
2015-11-30 15:20:21 -06:00
parent fbca4d4ecf
commit 1f7df26f24
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@
* There are two on-board crystals:
*/
#define BOARD_HAVE_SLOWXTAL 1 /* Slow crystal is populated */
#define BOARD_SLOWCLK_FREQUENCY (32768) /* 32.768 KHz slow crystal oscillator */
#define BOARD_MAINOSC_FREQUENCY (12000000) /* 12 MHz main oscillator */