Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

which book to learn picc (hitech)

Status
Not open for further replies.

hakan

Member level 2
Joined
Feb 20, 2002
Messages
47
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
340
hi,

is anybody know that how can i find information abouth picc (hitech) easier than it's manuals.

i think, i need some basic information abouth ansi-c for embeded systems.

i will buy a book. But which one?
 

Check this link "Program Microchip PIC micros with C":
https://www.microchipc.com

and search the forum - some days ago the book "Embedded systems programming with C and C++" was uploaded.

Ace-X.
 

Hi Hakan,

If you already know C, the the best way to learn Hitech is to look at example code from web page such as:

https://www.microchipc.com

You will find many tricks to make the PIC hardware do what you want.

Also, read the PIC data sheet to fully understand the hardware.

The HighTech is only ANSI-C and has zero suport for the PIC harware.

You must control all the PIC hardware yourselt.

Also, you must manualy map all variables to the PIC memory banks with the HighTech compiler and the code it generates is not re-entrant.

I have used HighTech, CCS, and PICC18 for MicroChip. I believe that the best compiler for pic18 is Microchip PICC18. Its not the most code efficient but it is bug free and easy to use since it includes drivers for all the PIC hardware.

ServoPump
 

Hello, hakan

If you go to the below linx, may you can find someone experiences and
try & errors know-how on PI@CC support forum.
**broken link removed**

Good luck.
:roll:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top