|
Dump |
Dumps aligned words. |
|
DumpB |
Dumps bytes. |
|
ReadRegs |
Dumps registers. The CPU must be stopped in order to invoke this method. |
|
RLoads19 |
Loads S19 file into RAM memory. |
|
Disassemble |
Unassembles range of memory. |
|
FLoads19 |
Loads S19 into Flash memory. |
|
Verf |
Verifies S-Records (belonging to one S19 file) against target memory. CRC32 computation. |
|
UpLoad |
Uploads target memory in S-Record format. |
|
ProgramFlash |
Programs a single target’s on-chip Flash word position. |
|
SectorEraseFlash |
Erases one target’s on-chip Flash sector. |
|
MassEraseFlash |
Erases one block of target’s on-chip Flash memory. |
|
EraseVerifyFlash |
Verifies erasing of target’s on-chip Flash block. |
|
Reset |
Resets the target CPU. |
|
BlockFill |
Fills a block of user memory with data. |
|
Move |
Moves a block of memory. |
|
WritePC |
Writes program counter. |
|
WriteHX |
Writes H:X registers. |
|
WriteCCR |
Writes CCR index register. |
|
WriteSP |
Writes SP register. |
|
WriteA |
Writes A register. |
|
WriteNext |
Increments H:X by 1 (H:X=H:X+1), then write word to location pointed to by H:X. |
|
WriteNextWS |
Increments H:X by 1 (H:X=H:X+1), then write word to location pointed to by H:X. |
|
WriteByte |
Writes byte to user memory. |
|
WriteByteWS |
Writes byte to user memory. |
|
ReadPC |
Reads program counter. |
|
ReadHX |
Reads H:X index register. |
|
ReadCCR |
Reads CCR index register. |
|
ReadSP |
Reads SP register. |
|
ReadA |
Reads A register. |
|
ReadLast |
Re-reads byte from address just read and reports status. |
|
ReadNext |
Increments H:X by 1 (H:X=H:X+1), then read word H:X points to. |
|
ReadNextWS |
Increments H:X by 1 (H:X=H:X+1), then read word H:X points to. |
|
ReadByte |
Reads byte from user memory. |
|
ReadByteWS |
Reads byte from user memory. |
|
Stop |
Stops the execution of user code in the target processor and place it in background.mode. |
|
Go |
Goes to user program. |
|
TagGo |
Enables tagging and go to user program. |
|
Trace |
Executes an instruction, disassemble it, and display the CPU register. |
|
PodTargetInformation |
Retrieves pod’s firmware version, and information related to the target processor attached to it. |
|
Secure |
Enables security in target MCU. |
|
UnSecure |
Erases target’s on-chip Flash and EEPROM and unsecure. |
|
UnprotectFlash |
Writes bits in FPROT register in order to unprotect Flash sectors against program and erase. |
|
WriteControl |
Writes BDC controls in BDCSCR. |
|
ReadStatus |
Reads BDC status from BDCSCR register. |
|
SetHardBreakpoint |
Sets user hardware breakpoint. |
|
RemoveBreakpoint |
Removes the user harware breakpoint. |
|
GetHardBreakpoint |
Gets hardware breakpoint address. |
|
WriteBkpt |
Writes BDCBKPT breakpoint register. |
|
ReadBkpt |
Reads BDCBKPT breakpoint register. |
|
AckEnable |
Enables acknowledge protocol. |
|
AckDisable |
Disables acknowledge protocol. |
|
Sync |
Request a timed reference pulse to determine target BDC communication speed. |
| GetVoltage |
Measures the target device's supply voltage. |
|
ConfigBaudRate |
Sets baud rate of the interface pod. |
|
Abort |
Aborts all operations still in progress. Useful to abort asynchronous operations. |