Author |
Message |
Topic: ICD-64 does not work with MPLAB 8.76 hex for PIC24hj128GA |
eric
Replies: 1
Views: 28184
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Oct 20, 2011 2:17 am Subject: ICD-64 does not work with MPLAB 8.76 hex for PIC24hj128GA |
Is it possible to use the ICD-U64 to program a PIC24HJ128GA204 using a hex file generated by mplab 8.76 ?
CCS load is able to program the chip using this hex file (generated by mplab 8.76) but pro ... |
Topic: Debugger /cpu reset after continuing from a breakpoint |
eric
Replies: 2
Views: 3550
|
Forum: General CCS C Discussion Posted: Tue Aug 04, 2009 11:51 am Subject: Debugger /cpu reset after continuing from a breakpoint |
Not sure if this is a familiar topic or not.
I'm using the CCS TCPIP stack for tx/rx udp packets on PIC18F67J60 and it works quite well enough.
But when I have had coding issues, and set brea ... |
Topic: PIC18F86J65 Programs ok - but Osc will not start |
eric
Replies: 6
Views: 7948
|
Forum: General CCS C Discussion Posted: Mon Feb 09, 2009 5:34 pm Subject: pic18F86J65 No Clock |
I toggle an LED in my while(true) loop.
In some act of desparation, I took a 67J60 that I ordered along with the extra 86J65's. This part is on the CCS eval Ethenet board, and works great.
I ha ... |
Topic: PIC18F86J65 Programs ok - but Osc will not start |
eric
Replies: 6
Views: 7948
|
Forum: General CCS C Discussion Posted: Wed Feb 04, 2009 1:42 pm Subject: PIC18F86J65 Programs ok - but Osc will not start |
I would expect 1, or 2, but I've not found either. Nor #3 having checked with scope.
For #5 I do have more 86J65's arriving today. Will try another one.
So far #6 is winning |
Topic: PIC18F86J65 Programs ok - but Osc will not start |
eric
Replies: 6
Views: 7948
|
Forum: General CCS C Discussion Posted: Wed Feb 04, 2009 4:25 am Subject: PIC18F86J65 Programs ok - but Osc will not start |
for the crystal "HS" osc
Abracon 25MHz ABM3B with 15pf/15pf to ground and 100 ohms in series to osc2
Very similar to what I use with the ENC28J60 on another design.
And for the e ... |
Topic: PIC18F86J65 Programs ok - but Osc will not start |
eric
Replies: 6
Views: 7948
|
Forum: General CCS C Discussion Posted: Tue Feb 03, 2009 9:25 pm Subject: PIC18F86J65 Programs ok - but Osc will not start |
For this 3.3V project to get a few extra I/Os I've used the PIC18F86J65 Ethernet chip rather than the 67J60 (that does work). On the proto I've got all the Vcc, Vss pins (exactly the same set off pins ... |
Topic: Variables in ram being overwritten |
eric
Replies: 2
Views: 3541
|
Forum: General CCS C Discussion Posted: Mon Apr 30, 2007 10:07 am Subject: Variables in ram being overwritten |
Thanks for the reply- I will check out your suggestions today.
Eric |
Topic: Variables in ram being overwritten |
eric
Replies: 2
Views: 3541
|
Forum: General CCS C Discussion Posted: Mon Apr 30, 2007 9:02 am Subject: Variables in ram being overwritten |
Ram variables being overwritten in my 18F2525 code (or 18F2520)
in the .lst file the Compiler make this assignment
.................... MY_IP_BYTE4=210;
1710: MOVLW D2
1712: MOVWF xFB ... |
Topic: RAM Corruption using ENC28J60 drivers |
eric
Replies: 2
Views: 4558
|
Forum: General CCS C Discussion Posted: Sun Apr 29, 2007 5:02 pm Subject: Corrupted RAM |
OK - so this was more of a rant than a post... Came home at 1:00AM to find the project failed (again). Sigh...
Compiler 3.249
18F2525
ROM used: 31182 bytes (65%)
Large ... |
Topic: RAM Corruption using ENC28J60 drivers |
eric
Replies: 2
Views: 4558
|
Forum: General CCS C Discussion Posted: Sun Apr 29, 2007 1:46 am Subject: RAM Corruption using ENC28J60 drivers |
I'm a bit baffled by this problem, having used PIC controllers for several years.
Running the PIC18F2525 with ENC28J60. UDP only IP's all hardwired for now. Adjusted the example code so that I can ... |
Topic: destination MAC address on CCS Ethernet Evalutaion Board |
eric
Replies: 1
Views: 3666
|
Forum: General CCS C Discussion Posted: Tue Jan 23, 2007 1:15 am Subject: ethernet header.dest |
OK, problem resolved itself soon after posting
I can hardwire it in
In MacPutheader(
header.dest.v[0]=0xff;
header.dest.v[1]=0xff;
header.dest.v[2]=0xff;
header.dest.v[3]=0 ... |
Topic: destination MAC address on CCS Ethernet Evalutaion Board |
eric
Replies: 1
Views: 3666
|
Forum: General CCS C Discussion Posted: Mon Jan 22, 2007 10:40 pm Subject: destination MAC address on CCS Ethernet Evalutaion Board |
I'm using the CCS ENC28J proto board. Not sure how the dest mac address is set.
Ethereal indicates that it is currently 39:01:01:04:02:7b?
src 01:02:03:04:05:06 -> dst 39:01:01:04:02:7b
... |
Topic: loader |
eric
Replies: 3
Views: 6217
|
Forum: General CCS C Discussion Posted: Mon Sep 11, 2006 9:27 am Subject: minor success |
WHile I have yet to solve the problem....
I made a smaller program using EX_Load to get the loader installed. This does not lockup when I upload the larger program. Once the larger program is load ... |
Topic: loader |
eric
Replies: 3
Views: 6217
|
Forum: General CCS C Discussion Posted: Mon Sep 11, 2006 8:42 am Subject: using CCS loader.c |
I am using loader.c - this works fine for small programs with addresses < ~0x1500, and has worked fine for any size program in the past. The acctual program is less than 0x7000
I've enlarged the ... |
Topic: loader |
eric
Replies: 3
Views: 6217
|
Forum: General CCS C Discussion Posted: Sun Sep 10, 2006 4:23 pm Subject: loader |
Another tiresome loader question I'm sure.
PIC18F252 or 2520
My Loader located above 0x7B00
Quits at l_addr 0x1540. No evidence that it even exits the while(!done) loop.
A smaller progra ... |
|