Sonsivri

Electronics => Pic C Languages => Topic started by: LithiumOverdosE on March 14, 2012, 05:50:03 17:50



Title: Is there any literature regarding C18/C30
Post by: LithiumOverdosE on March 14, 2012, 05:50:03 17:50
I've done a number of projects in MikroC. Now I need to switch over to C18/C30.

Although there is a user guide for C18 covering mainly syntax and some basic examples, I wonder if there are any books, links, projects, whatever, available that contain practical examples. Syntax is not so much of a problem but it's surely much easier to catch on to the nuances of the different compilers if I can look at the description of the example projects.

Any suggestions?


Title: Re: Is there any literature regarding C18/C30
Post by: Elmer on March 14, 2012, 07:45:03 19:45
Microchip hosts loads of example projects. They keep redesigning their page so I'm not sure where they've put it right now, but look and you shall find ;)

EDIT: Try http://www.microchip.com/CodeExamplesByFunc.aspx

Some useful sheets;
dsPIC30F Language Tools Quick Reference Card (http://ww1.microchip.com/downloads/en/DeviceDoc/51322d.pdf)
MPLAB C1X Quick Reference Card (http://ww1.microchip.com/downloads/en/DeviceDoc/51225c.pdf)
MPASM/MPLINK PICmicro MCU Quick Chart (http://ww1.microchip.com/downloads/en/DeviceDoc/30400g.pdf)


Title: Re: Is there any literature regarding C18/C30
Post by: SteveyG on March 15, 2012, 11:53:48 11:53
If you look in your installation folder of C18/C30/C32, you should find and 'examples' folder with some examples/templates you can use.

You may also find the MPLABŪ VDI Visual Device Initializer tool useful for getting started with a project, although this tool is no longer supported after MPLAB IDE v8.46.


Title: Re: Is there any literature regarding C18/C30
Post by: jukinch on April 10, 2012, 03:32:15 03:32
You can download the Microchip Aplication libraries with a lot of examples from here :

http://ww1.microchip.com/downloads/en/softwarelibrary/microchip-application-libraries-v2012-04-03-windows-installer.exe


I find this book:

 SD card projects using the PIC microcontroller - Dogan Ibrahim


I hope I helped


Title: Re: Is there any literature regarding C18/C30
Post by: zorro123 on April 29, 2012, 02:14:26 14:14
jukinch,
attached file for required book (tested).


Title: Re: Is there any literature regarding C18/C30
Post by: Gallymimu on September 16, 2012, 04:09:36 16:09
"Programming 16-Bit PIC Microcontrollers in C, Second Edition: Learning to Fly the PIC 24"  Is a great book with many examples for c30 / xc16


Title: Re: Is there any literature regarding C18/C30
Post by: odessa on September 17, 2012, 03:30:50 15:30
Hi,

There are some useful tutorials on here

http://www.enmcu.com/guides    Mainly C18

http://www.bitguides.com/pic18-Guides   XC8