3.
Appendix A: Bootloader Commands
The command interpreter allows the host to send or receive data to/from the target. The supported
bootloader mnemonics commands (case sensitive) are given in the table below:
Table 3-1. Bootloader Commands
Command
Action
Argument(s)
Example
N
Set Normal Mode
No argument
N#
T
Set Terminal Mode
No argument
T#
o
Read a byte
Address,#
o200001,#
h
Read a half word
Address,#
h200002,#
w
Read a word
Address,#
w200000,#
S
Send a file
Address,#
S200000,#
R
Receive a file
Address,NbOfBytes#
R200000,1234#
G
Go
No argument
G#
V
Display version
No argument
V#
For example, to read the Chip ID register which is located in the memory address 0x400E0740:
PL360G55Cx-EK
Appendix A: Bootloader Commands
©
2019 Microchip Technology Inc.
User Guide
DS50002878A-page 10