mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #581 from hchanon/FRDM-K64F_FOPT_EzPort_Bit_Inverted
Targets: FRDM-K64F - Fix FOPT EzPort bit documentation and set it to disablepull/626/head
commit
760052d983
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -364,6 +364,6 @@ kinetis_flash_config:
|
|||
.long 0xffffffff
|
||||
.long 0xffffffff
|
||||
.long 0xffffffff
|
||||
.long 0xfffffffe
|
||||
.long 0xfffffdfe
|
||||
|
||||
.end
|
||||
|
|
|
|||
Loading…
Reference in New Issue