- This topic has 1 reply, 2 voices, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › Hi-Tech C compiler adding new devices in the futur..
Hi,
I'm using Hi-Tech Pro v9.83 C compiler with MPLAB-X v3.15
and everything is working fine.
But since Hi-Tech will have no other compiler versions in the futur
I was wondering how will I add new devices in its include list
when I need a new one not listed ..
I was thinking of checking listed devices that would be
very close architecture wise from the new device I want to add
and.. copy its .H file and edit it with the new device's features by hand.
But that will need very close attention of the architectural details..
But I think that would be doable..
What do you think ?
Yes, it is possible to edit the .H file for an unlisted device. Obviously, it needs attention on architectural details.