|
Method |
Description |
|
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. |
|
ProgramEeprom |
Programs a single target’s on-chip EEPROM word position. |
|
SectorEraseEeprom |
Erases one target’s on-chip EEPROM sector (4 bytes). |
|
MassEraseEeprom |
Erases the whole target’s on-chip EEPROM memory. |
|
SectorModifyEeprom |
Erases sector and program target’s on-chip EEPROM sequence. |
|
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. |
|
EraseVerifyEeprom |
Verifies erasing of target’s on-chip EEPROM. |
|
WritePC |
Writes program counter. |
|
WriteX |
Writes X index register. |
|
WriteY |
Writes Y index register. |
|
WriteSP |
Writes SP register. |
|
WriteD |
Writes D register. |
|
WriteNext |
Increments X by 2 (X=X+2), then writes word to location pointed to by X. |
|
WriteByte |
Writes byte to user memory. |
|
WriteWord |
Writes word to user memory. |
|
ReadPC |
Reads program counter. |
|
ReadX |
Reads X index register. |
|
ReadY |
Reads Y index register. |
|
ReadSP |
Reads SP register. |
|
ReadD |
Reads D register. |
|
ReadNext |
Increments X by 2 (X=X+2), then reads word X points to. |
|
ReadByte |
Reads byte from user memory. |
|
ReadWord |
Reads word from user memory. |
|
Stop |
Stops the execution of user code in the target processor and places it in background
mode. |
|
Go |
Goes to user program. |
|
TagGo |
Enables tagging and go to user program. |
|
Trace |
Executes an instruction, disassembles 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 unsecures. |
|
UnprotectFlash |
Writes bits in FPROT register in order to unprotect Flash sectors against program and
erase. |
|
UnprotectEeprom |
Writes bits in EPROT register in order to unprotect EE sectors against program and
erase. |
|
GetBDMStatus |
Reads BDMSTS register. |
|
SetHardBreakpoint |
Sets user hardware breakpoint. |
|
RmHardBreakpoints |
Removes all user harware breakpoints. |
| 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. |
|
GetHardBreakpointAddr |
Gets hardware breakpoint. |
|
Abort |
Aborts all operations still in progress. Usefull to abort asynchronic operations. |