LaunchXL-TMS57004: Add FLASH wait state definitions
This commit is contained in:
parent
2bd187a9b0
commit
188d72d1c3
@ -107,6 +107,12 @@
|
||||
#define BOARD_PLL_OD 2 /* ODPLL = 1 */
|
||||
#define BOARD_PLL_R 2 /* PLLDIV = 1 */
|
||||
|
||||
/* FLASH wait states */
|
||||
|
||||
#define BOARD_ASWAIT 0 /* No address setup wait states */
|
||||
#define BOARD_RWAIT 1 /* One read access wait state */
|
||||
#define BOARD_EWAIT 4 /* Four wait states for EEPROM access */
|
||||
|
||||
/* LED definitions ******************************************************************/
|
||||
|
||||
/* Button definitions ***************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user