summaryrefslogtreecommitdiff
path: root/nuttx/configs/samv71-xult
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-08 08:41:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-08 08:41:35 -0600
commit4cb392b2191d6c990bb0846ee833a98370c3a4bc (patch)
tree1462352ca18898b31ca224aaaac57f40cbb75855 /nuttx/configs/samv71-xult
parent7b72983ca89e252c3799d96ca98d8746f8ed6133 (diff)
downloadpx4-nuttx-4cb392b2191d6c990bb0846ee833a98370c3a4bc.tar.gz
px4-nuttx-4cb392b2191d6c990bb0846ee833a98370c3a4bc.tar.bz2
px4-nuttx-4cb392b2191d6c990bb0846ee833a98370c3a4bc.zip
SAMV7-XULT: At 3.3V/300MHz, FLASH should require only 4 wait states
Diffstat (limited to 'nuttx/configs/samv71-xult')
-rw-r--r--nuttx/configs/samv71-xult/include/board.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/configs/samv71-xult/include/board.h b/nuttx/configs/samv71-xult/include/board.h
index c56e3278d..3af99d82a 100644
--- a/nuttx/configs/samv71-xult/include/board.h
+++ b/nuttx/configs/samv71-xult/include/board.h
@@ -153,7 +153,7 @@
* Wait states Max frequency at 105 centigrade (STH conditions)
*
* VDDIO
- * 1.62V 2.7V
+ * 1.62V 2.7V
* --- ------- -------
* 0 26 MHz 30 MHz
* 1 52 MHz 62 MHz
@@ -161,9 +161,11 @@
* 3 104 MHz 124 MHz
* 4 131 MHz 150 MHz
* 5 150 MHz --- MHz
+ *
+ * Given: VDDIO=3.3V, VDDCORE=1.2V, MCK=150MHz
*/
-#define BOARD_FWS 5
+#define BOARD_FWS 4
/* LED definitions ******************************************************************/