Using PEEDI
COREn_STARTUP_MODE
Synopsis:
COREn_STARTUP_MODE = RESET | STOP, xx | RUN
Description:
PEEDI behavior when starting the target.
•
RESET - Force the target to debug mode immediately out of reset. No code is
executed after reset. (default mode)
•
STOP, XX - After power-up PEEDI waits XX ms (this gives time to the target
to execute its own initialization code) and target is placed in debug mode
(halted).
•
RUN - After reset, the target executes code until stopped by the Telnet halt
command.
COREn_INIT
Synopsis:
COREn_INIT = <init_section>
Description:
Section to be executed in order to initialize the target.
COREn_FLASHm
Synopsis:
COREn_FLASHm = <flash_section>
Description:
This parameter points a section which contains the target FLASH description. If
multiple FLASH chips/configurations are present on the target each chip/configurations
must be described in different section, where ’m’ should start from 0 (max 15) and
increment with each new section. If single FLASH chip/configuration is used the ’m’
integer number may be skipped. When working with the programmer the first FLASH
is selected as current by default. To work on another FLASH, use the
flash set
command to select it. The multiple FLASH support, could also be used to describe
PEEDI User’s Manual
32