View previous topic :: View next topic |
Author |
Message |
balaji
Joined: 30 Mar 2010 Posts: 21
|
PIC18F25K22 |
Posted: Wed Sep 12, 2012 6:13 am |
|
|
Hai All,
presently i`m using PIC18F25K22 but i have PIC18F25K20 header file.
I would like know whether this will work without any issue.
thanks
balaji |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19538
|
|
Posted: Wed Sep 12, 2012 7:47 am |
|
|
No.
The header file is not the problem.
The code will have the wrong device ID, and so won't be accepted by the programmer.
They are not even that similar devices. Different peripherals etc..
Best Wishes |
|
|
balaji
Joined: 30 Mar 2010 Posts: 21
|
|
Posted: Fri Sep 14, 2012 2:43 am |
|
|
Can you help me how to fix this issue. Moreover what`s the relation between device ID and header file ?
thanx
balaji |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19538
|
|
Posted: Fri Sep 14, 2012 4:41 am |
|
|
No relationship.
You need to buy a later compiler, or if you have the IDE, manually edit a new device page. However, where this is possible/practical with devices that are similar (only involving a few changes), these devices are so different, that it would involve possibly days of work...
Best Wishes |
|
|
|