This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

minomon XC16x

Hi

I have been learning how to upload and download with the use of minimon xc16x tool.

So far I have managed to upload the software by using the command:

_connect
_clearselections
_addselection c00000,c05E10
_upload
_save test1.hex

From C00000 to C05E10 memory, this is where I want to extract the codes. So far I did not experience any problem with it.

Then I programed the different hex file to my target board and checked my debug to see the software is different. It worked well so far.

The next task is to download the test1 hex file back to target board.

The command:

_connect
_clearselections
_addselection C00000,C05E10
_download
_disconnect

It appeared that I have failed to download test1.hex to my target board.

I tried to use _program command instead and I get the message:

*program: 0 bytes successfully programmed.

This was ususal result because I expected test1 (24kbytes) to be downloaded to my target board.

Can anyone please advise me about this?

In addition, is there any quick guide for me to download the software immediately?

Regards

TerribleLearner

0