After you browse or enter the name of the hex file, select the COM port and baud rate:
|
Command line parameter: hex filename to be written.
When using a command line parameter writing flash will start automatically.
|
? | help |
ontop | keep the window on top of the others |
logdetails | lists detailed stuff happening inside (used only for debugging) |
clearallflash | clears all flash except the bootloader (actually it fills all flash with FFh) |
writeeeprom <addr> <dat> | writes the byte <dat> at the address <addr> (numbers can be
either dec or hex) eg: writeeeprom 0 b6h - writes B6h in the first eeprom location |
writeconfig <adrLow> <dat> | only for 18F; writes the configuration byte <dat> at the
address 300000h+<addrLow> eg: writeconfig 3 FFh - activates WDT |
|
|
|
A rudimentary Terminal, with the following
possibilities:
|
PIC16F | PIC16F | PIC18F |
---|---|---|
org 0 ;clrf STATUS clrf PCLATH goto Main |
org 0 ;clrf STATUS pagesel Main goto Main |
org 0 goto Main |
Critics and suggestions at: