Merge pull request #581 from hchanon/FRDM-K64F_FOPT_EzPort_Bit_Inverted

Targets: FRDM-K64F - Fix FOPT EzPort bit documentation and set it to disable
pull/626/head
Martin Kojtal 2014-10-31 03:51:16 -07:00
commit 760052d983
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