[FRDM-K64F] Fix FOPT EzPort bit documentation and set it to disable at start-up to

allow proper booting when powered from the K64F USB port. Refer to issue (#569).
pull/581/head
hmc 2014-10-19 15:45:37 -04:00
parent 36a8882a54
commit 8020b647fe
2 changed files with 4 additions and 4 deletions

View File

@ -402,9 +402,9 @@ FEPROT EQU nFEPROT:EOR:0xFF
; <0=> Low-power boot
; <1=> normal boot
; <o.1> EZPORT_DIS
; <0=> EzPort operation is enabled
; <1=> EzPort operation is disabled
FOPT EQU 0xFF
; <0=> EzPort operation is disabled
; <1=> EzPort operation is enabled
FOPT EQU 0xFD
; </h>
; <h> Flash security byte (FSEC)
; <i> WARNING: If SEC field is configured as "MCU security status is secure" and MEEN field is configured as "Mass erase is disabled",

View File

@ -364,6 +364,6 @@ kinetis_flash_config:
.long 0xffffffff
.long 0xffffffff
.long 0xffffffff
.long 0xfffffffe
.long 0xfffffdfe
.end