View previous topic :: View next topic |
Author |
Message |
hisham.i
Joined: 22 Aug 2010 Posts: 43
|
Easy pic board with ccs c compiler |
Posted: Sun Sep 02, 2012 11:44 pm |
|
|
Hello,
I want to ask if ccs creates development tool for wide range of micro controllers like easy pic board?
The second question is can i program the micro controller directly while it is attached on easy pic from ccs program, like if i am using mikro c program? |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9241 Location: Greensville,Ontario
|
|
Posted: Mon Sep 03, 2012 1:32 pm |
|
|
1) Please check out their main website as it'll have the latest information...
The 'easy PIC boards tend to be a 'general purpose' tutorial tool and not really suited for small projects. More for school work or basic R&D.
2) Providing the board has an ICSP header and you have an ICSP compatible programmer (like the PICkit 3) ,you should be able to download your code into it.
hth
jay |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Mon Sep 03, 2012 4:55 pm |
|
|
Quote: | I want to ask if ccs creates development tool for wide range of micro controllers.
|
The forum is not the best place for this type of question.
Go look at the CCS page on their compilers:
http://www.ccsinfo.com/content.php?page=compilers
Click on the Device Support button to see a list of PICs that are supported. |
|
|
hisham.i
Joined: 22 Aug 2010 Posts: 43
|
|
Posted: Thu Sep 06, 2012 5:31 am |
|
|
Thank you for reply,
PCM programmer when you test your programs, do you a simulator like easy pic to test them or you have another way to test your programs? |
|
|
Gabriel
Joined: 03 Aug 2009 Posts: 1067 Location: Panama
|
|
Posted: Thu Sep 06, 2012 6:32 am |
|
|
Breadboard + PIC = best simulator ever!
g. _________________ CCS PCM 5.078 & CCS PCH 5.093 |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1934 Location: Norman, OK
|
|
Posted: Thu Sep 06, 2012 6:06 pm |
|
|
I use the Easy PIC 7 with the CCS ICD64 and it works great! _________________ Google and Forum Search are some of your best tools!!!! |
|
|
gpsmikey
Joined: 16 Nov 2010 Posts: 588 Location: Kirkland, WA
|
|
Posted: Fri Sep 07, 2012 9:44 am |
|
|
Is this the EasyPIC 7 you are referring to ?
http://www.microchipdirect.com/productsearch.aspx?Keywords=TMIK013
One complaint I saw is that the LCD is connected to port D limiting the use with the smaller PICS although, as one person pointed out, nothing to stop you from using a smaller PIC and jumpering from the PORT D header to another port to drive the LCD. I recently purchased the ICD64 although have not had a chance to play with it yet - this looks like a good combo (I had been looking at the other dev board that Microchip sells that PCM Programmer seems to use for his testing).
mikey _________________ mikey
-- you can't have too many gadgets or too much disk space !
old engineering saying: 1+1 = 3 for sufficiently large values of 1 or small values of 3 |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1934 Location: Norman, OK
|
|
Posted: Fri Sep 07, 2012 2:52 pm |
|
|
Yep, that's the one... _________________ Google and Forum Search are some of your best tools!!!! |
|
|
gpsmikey
Joined: 16 Nov 2010 Posts: 588 Location: Kirkland, WA
|
|
Posted: Fri Sep 07, 2012 5:48 pm |
|
|
OK, thanks. Looks like a good combo - the best simulator out there is ... hardware !!
mikey _________________ mikey
-- you can't have too many gadgets or too much disk space !
old engineering saying: 1+1 = 3 for sufficiently large values of 1 or small values of 3 |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1934 Location: Norman, OK
|
|
Posted: Sat Sep 08, 2012 6:32 am |
|
|
I actually have an EP6 and an EP7. I do a lot of prototyping and these have
really worked well for me. On the EP6 I use the ICD2 header with the
ICD64 On the EP7 I plug the ICD64 into the port provided on the board. I
have had a few occasions where the LCD/GLCD on the board interfered with
the ports so I also have external versions for when I need them on other ports. _________________ Google and Forum Search are some of your best tools!!!! |
|
|
|