Bootloader Errata - NXP Semiconductors MKL27Z128VFM4 Reference Manual

Table of Contents

Advertisement

Table 13-40. Kinetis Bootloader Status Error Codes, sorted by Value (continued)
Error Code
kStatus_SPI_Busy
kStatus_SPI_NoTransferInProgress
kStatus_UnknownCommand
kStatus_SecurityViolation
kStatus_AbortDataPhase
kStatus_Ping
kStatusRomLdrSectionOverrun
kStatusRomLdrSignature
kStatusRomLdrSectionLength
kStatusRomLdrUnencryptedOnly
kStatusRomLdrEOFReached
kStatusRomLdrChecksum
kStatusRomLdrCrc32Error
kStatusRomLdrUnknownCommand
kStatusRomLdrIdNotFound
kStatusRomLdrDataUnderrun
kStatusRomLdrJumpReturned
kStatusRomLdrCallFailed
kStatusRomLdrKeyNotFound
kStatusRomLdrSecureOnly
kStatusRomLdrResetReturned
kStatusMemoryRangeInvalid
kStatus_UnknownProperty
kStatus_ReadOnlyProperty
kStatus_InvalidPropertyValue
kStatus_AppCrcCheckPassed
kStatus_AppCrcCheckFailed
kStatus_AppCrcCheckInactive
kStatus_AppCrcCheckInvalid
kStatus_AppCrcCheckOutOfRange

13.7 Bootloader errata

The bootloader has the following errata:
Freescale Semiconductor, Inc.
Value
303
SPI instance is already busy performing a transfer.
304
Attempt to abort a transfer when no transfer was in progress.
10000
The requested command value is undefined.
10001
Command is disallowed because flash security is enabled.
10002
Abort the data phase early.
10003
Internal: received ping during command phase.
10100
The loader has finished processing the SB file.
10101
The signature of the SB file is incorrect.
10102
The section length in chunks is invalid.
10103
An encrypted SB file has been sent and decryption support is not
available.
10104
The end of the SB file has been reached.
10105
The checksum of a command tag block is invalid.
10106
The CRC-32 of the data for a load command is incorrect.
10107
An unknown command was found in the SB file.
10108
There was no bootable section found in the SB file.
10109
The SB state machine is waiting for more data.
10110
The function that was jumped to by the SB file has returned.
10111
The call command in the SB file failed.
10112
A matching key was not found in the SB file's key dictionary to
unencrypt the section.
10113
The SB file sent is unencrypted and security on the target is
enabled.
10114
The SB file reset operation has unexpectedly returned.
10200
Memory range conflicts with a protected region.
10300
The requested property value is undefined.
10301
The requested property value cannot be written.
10302
The specified property value is invalid.
10400
CRC check is valid and passed.
10401
CRC check is valid but failed.
10402
CRC check is inactive.
10403
CRC check is invalid, because the BCA is invalid or the CRC
parameters are unset (all 0xFF bytes).
10404
CRC check is valid but addresses are out of range.
KL27 Sub-Family Reference Manual , Rev. 5, 01/2016
Chapter 13 Kinetis ROM Bootloader
Description
221

Advertisement

Table of Contents
loading

Table of Contents