English
Language : 

PXN20RM Datasheet, PDF (267/1376 Pages) Freescale Semiconductor, Inc – PXN20 Microcontroller
Boot Assist Module (BAM)
Table 9-10. eSCI Serial-Boot Mode Download Protocol
Protocol
Step
Host Sent Message
BAM Response
Message
Action
1
64-bit password MSB first
64-bit password
Password checked for validity and compared against
stored password. Platform Watchdog timer is refreshed
if the password check is successful.
2 32-bit store address + VLE bit + 32-bit store address + Load address and size of download are stored for future
31-bit number of bytes (MSB VLE bit + 31-bit number use. The VLE bit determines whether the MMU entry for
first)
of bytes
the SRAM, EBI and Flash is configured to run Book E or
VLE code.
3
8 bits of raw binary data
8 bits of raw binary data Each byte of data received is store in MCU memory,
starting at the address specified in the previous step
and incrementing until the amount of data received and
stored, matched the size as specified in the previous
step.
4
None
None
The BAM returns IO pins to their reset state and
disables the ESCI_A module. Then it branches to the
first address the data was stored to (as specified in step
2).
NOTE
The BAM writes additional two zero double words to the system RAM after
loaded code to prevent possible ECC errors, which could happen because
the CPU speculatively pre-fetches data after the last loaded instruction,
where the RAM may not be initialized.
NOTE
The last loaded code address must not exceed 0x4003_FFF0 (the upper
allowed RAM address by MMU settings, minus two zero double words,
written by BAM at the end of code download).
NOTE
Serial download is unavailable to the last four words of system RAM
• When using the BAM Serial boot download feature, the BAM initializes
an additional four 32-bit words after the end of the downloaded records.
This is done to ensure that if the core fetches the last instruction of the
downloaded code from the internal SRAM while executing the code, it
will not prefetch instructions from memory locations that have not been
initialized. If the download image has the exact same size as the internal
SRAM, the 20 bytes at the beginning of the SRAM will be written with
zero value due to incomplete memory decoding. So, when using the
serial download feature of the BAM, make sure that the maximum
address of the downloaded code does not exceed the end address of the
SRAM minus 16 bytes.
Freescale Semiconductor
PXN20 Microcontroller Reference Manual, Rev. 1
9-13