View previous topic :: View next topic |
Author |
Message |
Elysion
Joined: 03 Aug 2010 Posts: 26
|
Library for 18f13k50 |
Posted: Thu Aug 05, 2010 7:55 am |
|
|
Is there any library for 18f13k50? I'm user of CCSC 4.032. Could you upload this library?
Thanks. |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19504
|
|
Posted: Thu Aug 05, 2010 8:06 am |
|
|
There is no such thing as a 'library' for a chip on CCS.
The header files, are just simple header files.
The support for a chip is built in to the core 'devices.dat' file for a particular compiler. If your compiler doesn't support a chip, you have two choices:
1) Buy a later compiler.
2) Add a chip yourself (if you have the Windows compiler), using the device editor.
Best Wishes |
|
|
Elysion
Joined: 03 Aug 2010 Posts: 26
|
|
Posted: Fri Aug 06, 2010 12:23 am |
|
|
Ok I have passed to 4.088. But When I have picked up 18F13K50 from pic wizard, the program gives an error:
"A component named __WRT__ already exists"
How can I fix this error? |
|
|
Elysion
Joined: 03 Aug 2010 Posts: 26
|
|
Posted: Sat Aug 07, 2010 12:09 am |
|
|
Is there anyone to answer my question or have an idea? |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19504
|
|
Posted: Sat Aug 07, 2010 4:33 am |
|
|
Without knowing what you are actually doing, no....
What do you mean 'picked up'?.
In all honesty, probably means something is not installed correctly.
Best Wishes |
|
|
|