Author |
Message |
Topic: PIC24 MPLAB_X failure to write SFR registers |
mickent
Replies: 2
Views: 5439
|
Forum: General CCS C Discussion Posted: Sat Jul 21, 2012 9:10 pm Subject: PIC24 MPLAB_X failure to write SFR registers |
To complete this post for the records:
I reverted back to MPLAB 8.86 and it works.
I love the new stuff but it can bite you in the A** |
Topic: PIC24 MPLAB_X failure to write SFR registers |
mickent
Replies: 2
Views: 5439
|
Forum: General CCS C Discussion Posted: Wed Jul 18, 2012 5:42 pm Subject: PIC24 MPLAB_X failure to write SFR registers |
The 12 bit A/D did not work with PCD v4.135 so I tried to setup by writing directly to the registers.
MPLAB_X v1.3 shows all zeros in the SFR register window for the A/D registers that I tried to w ... |
Topic: OT << Circuit Cellar Mag prices >> |
mickent
Replies: 4
Views: 5683
|
Forum: General CCS C Discussion Posted: Mon Jul 16, 2012 12:39 pm Subject: OT << Circuit Cellar Mag prices >> |
I received a renewal offer from CC mag for $50 per year and replied with "no way in HELL"
I then received a special 25th year offer of $52.50 for three years.
Just a warning for you CC ... |
Topic: CCS PCD with MPLAB X, V1.2 compile errors |
mickent
Replies: 5
Views: 9589
|
Forum: General CCS C Discussion Posted: Wed Jul 04, 2012 2:24 pm Subject: CCS PCD with MPLAB X, V1.2 compile errors |
Thanks Andy, Darren sent me a file that does just that. I can't post it but registered users could contact Darren. Ask for bif.h |
Topic: CCS PCD with MPLAB X, V1.2 compile errors |
mickent
Replies: 5
Views: 9589
|
Forum: General CCS C Discussion Posted: Mon Jul 02, 2012 11:07 pm Subject: CCS PCD with MPLAB X, V1.2 compile errors |
Thanks for your reply, jeremiah. I was referring to the red lines and when I "mouse over" I see a message that the function is not recognized. So I ignore all this? I was using known goo ... |
Topic: CCS PCD with MPLAB X, V1.2 compile errors |
mickent
Replies: 5
Views: 9589
|
Forum: General CCS C Discussion Posted: Mon Jul 02, 2012 1:51 pm Subject: CCS PCD with MPLAB X, V1.2 compile errors |
Has anyone successfully used MPLAB X, V1.2 with a PIC24, PCD compiler?
I am getting errors on most of the CCS built in functions, OUTPUT_BIT(), INPUT(), DELAY_US() etc.
Just want to know if I s ... |
Topic: Measuring MIPS with Output instructions |
mickent
Replies: 10
Views: 15393
|
Forum: General CCS C Discussion Posted: Wed Jun 08, 2011 11:48 pm Subject: Measuring MIPS with Output instructions |
I need to know the MIPS that my PIC33 is running at because my DAC is running at half speed so I made a tight loop in main:
while 1,
output high;
output low;
This runs at 3.7 Mhz
Would this ... |
Topic: CCS and PIC32 |
mickent
Replies: 3
Views: 5331
|
Forum: General CCS C Discussion Posted: Tue Jan 05, 2010 9:18 pm Subject: CCS and PIC32 |
Based on the PCD compiler you can expect a working PC(32) compiler around 2020. |
Topic: millivolt thermostat interface |
mickent
Replies: 21
Views: 29375
|
Forum: General CCS C Discussion Posted: Fri Oct 03, 2008 7:36 pm Subject: millivolt thermostat interface |
If your stove turns on and off with a contact closure then the type of thermostat is irrelevant. You just have to use a relay at the stove that follows your remote thermostat. Maybe two tones; high ... |
Topic: PIC24HJ #fuses options |
mickent
Replies: 4
Views: 5180
|
Forum: General CCS C Discussion Posted: Mon Mar 31, 2008 6:49 pm Subject: PIC24HJ #fuses options |
C30 and C18 are the names of Microchip compiliers. CCS compilers are PCM, PCD, PCW etc. Are you in the right forum?
In PCW the valid fuse list can be found under "View", "valid fuses ... |
Topic: PIC24/dsPICĀ® Compiler Comments |
mickent
Replies: 36
Views: 123695
|
Forum: General CCS C Discussion Posted: Fri Mar 21, 2008 11:43 am Subject: PIC24/dsPICĀ® Compiler Comments |
I have been struggling away with both a PIC24 and a PIC33 as I want the 12 bit A/D.
If I was doing this as a commercial venture I would be in trouble but as a retired machine controls EE I enjoy the ... |
Topic: Error 18 question |
mickent
Replies: 2
Views: 6902
|
Forum: General CCS C Discussion Posted: Thu Mar 06, 2008 1:33 pm Subject: Error 18 question |
Make sure your "main.c" file is selected. Then click "compile"; then "build all" |
Topic: Porting LCD420.c to PIC33 series |
mickent
Replies: 0
Views: 3151
|
Forum: General CCS C Discussion Posted: Sun Jan 27, 2008 4:56 pm Subject: Porting LCD420.c to PIC33 series |
In LCD420.c they overlay the pin assignments to port B with
#byte lcd = 6 // This puts the entire structure
// on to port B (at add ... |
Topic: Barcode, rs232 and inverted signal **caveat** |
mickent
Replies: 1
Views: 3309
|
Forum: General CCS C Discussion Posted: Tue Jan 08, 2008 4:49 pm Subject: Barcode, rs232 and inverted signal **caveat** |
The rs232 output from a barcode scanner will read *UUUUUU* even if the signal is inverted; but the CR (0x0D) will not be recognized.
This post is an attempt to save some poor EE premature aging.
... |
Topic: Writing a text file / data to a MMC card |
mickent
Replies: 4
Views: 8591
|
Forum: General CCS C Discussion Posted: Thu Sep 27, 2007 3:42 pm Subject: Writing a text file / data to a MMC card |
There is a good book on this subject.
USB Mass Storage by Jan Axelson
It covers MMC / SD cards as well as USB |
|