View previous topic :: View next topic |
Author |
Message |
falleaf
Joined: 23 May 2004 Posts: 48
|
MCP_USB programmer with CCS C? |
Posted: Sun Jun 20, 2004 12:49 am |
|
|
I'm using MCP_USB programmer of Olimex. I used to play with it in MPLAB with no problem. However, as writing CCS C and compile to Hex files. I open MPLAB to import the .Hex files program to the chip. However, a warns is: hex file cannot be read or writen because its extension is not recognized
May some one help me on this?
Thanks indeed |
|
|
kypec
Joined: 20 Sep 2003 Posts: 54
|
|
Posted: Sun Jun 20, 2004 11:39 pm |
|
|
You may try to run this batch file:
C:\Program Files\MPLAB IDE\dlls\register.bat
provided that you have MPLAB installed in the default directory.
It should fix the DLL registration problem which you are describing.
Good luck,
kypec |
|
|
falleaf
Joined: 23 May 2004 Posts: 48
|
|
Posted: Mon Jun 21, 2004 4:01 pm |
|
|
Thanks K, I fixed the problems
May you explain me why it's so? thanks indeed |
|
|
kypec
Joined: 20 Sep 2003 Posts: 54
|
|
Posted: Mon Jun 21, 2004 11:20 pm |
|
|
This problem is caused by unwanted unregistration of some DLL libraries
of MPLAB. Do not ask me how this can happen
It also happened to me once or twice and I'm using MPLAB IDE v6.xx since its first version was released which is I think more than 18 months now.
If you want to know how I figured out what is the problem and how to solve it then here is the answer -> I'm regularly checking also the Microchip discussion forum on MPLAB
glad to hear you fixed it
kypec |
|
|
falleaf
Joined: 23 May 2004 Posts: 48
|
|
Posted: Tue Jun 22, 2004 1:28 am |
|
|
Thanks for all kypec |
|
|
|