View previous topic :: View next topic |
Author |
Message |
D-Kens
Joined: 09 May 2005 Posts: 35 Location: Toulouse (France)
|
Development tools for PIC18F46J11 |
Posted: Tue Jan 19, 2010 2:51 am |
|
|
Hi folks !
I've been away from the forum for quite some time, so first of all let me wish you all a very happy new year...
Ok, now let's talk about my problem. I used to work on a PIC18F4620 target, and compiled my code with CCS Compiler v.3.249... Not the most up-to-date, but I had stability problems last time I tried to update, and decided to keep on working with the version I knew.
Now, my boss designed a new board and plans to use PIC18F46J11 : seems my compiler doesn't know that target and I'll have to change. I would like to know if any of you are familiar with that device, and what tools you use for coding/programming it.
Regards,
Christophe. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Jan 19, 2010 3:04 pm |
|
|
It's supported by the CCS PCH compiler vs. 4.104. From the Devices
directory:
Quote: |
c:\program files\picc\devices\18f46j11.h 12/29/09 11:00:24 AM |
|
|
|
D-Kens
Joined: 09 May 2005 Posts: 35 Location: Toulouse (France)
|
|
Posted: Thu Jan 21, 2010 2:09 am |
|
|
Ok, thanks for the info ! Seems I can't avoid upgrading, this time... |
|
|
|