Log in

View Full Version : Beginner easyC questions


Toonzaka
21-05-2008, 16:25
I have just downloaded easyC and I was looking for some good tutorials to work through in order to better understand easyC. I went through the one stickied on this forum, but I want to understand the program to more indepth level or exactly how the blocks work. Also I was wondering about the compatibility of the software. I currently design my programs on MPLAB using the C18 compiler. I was wondering if easyC will also be able to use this compiler. Finally I use a PIC18F620 Microchip, I was wondering if I could program that chip with easyC.

Also I have created some personal libraries for MPLAB that I use for my robot. I was wondering if I would be able to transfer those libraries on over to the easyC program or would I have to recreate these libraries. Thanks!

Kingofl337
28-05-2008, 08:42
easyC calls functions that created in a library that was created and compiled with C18. Both easyC Pro and V2 can import header files that reference a library. Unfortunately easyC is limited to the Vex/FRC controllers because of the IFI boot loader, master and slave processor configuration.