Author |
Message |
Topic: PIC18F46K20 vs CCS |
[mAnNaRo]
Replies: 13
Views: 11873
|
Forum: General CCS C Discussion Posted: Wed Dec 24, 2008 2:39 pm Subject: PIC18F46K20 vs CCS |
...and someone with the last version of PCH should notify the bug in the compiler because the "setup_oscillator(OSC_8MHz);" instruction is a
way to get around the problem.
... |
Topic: PIC18F46K20 vs CCS |
[mAnNaRo]
Replies: 13
Views: 11873
|
Forum: General CCS C Discussion Posted: Wed Dec 24, 2008 12:15 pm Subject: PIC18F46K20 vs CCS |
Thanks Ttelmah!!! Fix it!
Alex |
Topic: PIC18F46K20 vs CCS |
[mAnNaRo]
Replies: 13
Views: 11873
|
Forum: General CCS C Discussion Posted: Tue Dec 23, 2008 3:49 pm Subject: PIC18F46K20 vs CCS |
#include <18F46K20.h>
#fuses INTRC_IO,NOWDT,NOPROTECT,NOLVP,NODEBUG, noBROWNOUT
#use delay(clock=8000000)
#use rs232(baud=9600, xmit=PIN_B7, rcv=PIN_B6)
void main( ... |
Topic: PIC18F46K20 vs CCS |
[mAnNaRo]
Replies: 13
Views: 11873
|
Forum: General CCS C Discussion Posted: Mon Dec 22, 2008 10:21 am Subject: PIC18F46K20 vs CCS |
Compiler version PCH 4.078.
#include <18F46K20.h>
#fuses INTRC_IO,NOWDT,NOPROTECT,NOLVP,NODEBUG, noBROWNOUT
#use delay(clock=8000000)
#use rs232(baud=9600, xmit=PIN_B7, ... |
Topic: PIC18F46K20 vs CCS |
[mAnNaRo]
Replies: 13
Views: 11873
|
Forum: General CCS C Discussion Posted: Mon Dec 22, 2008 8:46 am Subject: PIC18F46K20 vs CCS |
I doesn't work :-(
This is my setup:
setup_oscillator(OSC_8MHZ|OSC_INTRC|OSC_IDLE_MODE);
the serial comunication set to 9600bps work always with a value of 19200bps in hypertermina ... |
Topic: PIC18F46K20 vs CCS |
[mAnNaRo]
Replies: 13
Views: 11873
|
Forum: General CCS C Discussion Posted: Mon Dec 22, 2008 5:13 am Subject: PIC18F46K20 vs CCS |
Hi All,
The PIC in object is not yet test by CCS :( and in fact I am experiencing some problems setting the clock speed. I need to use the internal oscillator.
The setting I use is:
#fuses I ... |
Topic: SH1101A OLED controller... |
[mAnNaRo]
Replies: 2
Views: 7222
|
Forum: General CCS C Discussion Posted: Fri Nov 14, 2008 2:39 pm Subject: SH1101A OLED controller... |
Thanks to the reproach PCM, is always an honor from you
I develop in CCS but the material about this controller is as rare as you have certainly noticed so i have extended my question until AVR ... |
Topic: SH1101A OLED controller... |
[mAnNaRo]
Replies: 2
Views: 7222
|
Forum: General CCS C Discussion Posted: Fri Nov 14, 2008 7:22 am Subject: SH1101A OLED controller... |
Someone has had experience with this controller?
Alex |
Topic: USB Bootloader - PC App Source? |
[mAnNaRo]
Replies: 2
Views: 3555
|
Forum: General CCS C Discussion Posted: Thu Nov 13, 2008 5:05 am Subject: USB Bootloader - PC App Source? |
At the following link you can download a framework from Microchip containing, among other things, an USB bootloader example (wrote in .NET on PC side) for PIC18 family...
http://www.microchip.com/s ... |
Topic: Has anyone a code for a SH1101 OLED display via SPI ? |
[mAnNaRo]
Replies: 2
Views: 4898
|
Forum: General CCS C Discussion Posted: Wed Nov 12, 2008 2:55 pm Subject: Has anyone a code for a SH1101 OLED display via SPI ? |
Hi richi, check your PM...
Alex |
Topic: Checking if PIC is being "powered" by input pins |
[mAnNaRo]
Replies: 11
Views: 9582
|
Forum: General CCS C Discussion Posted: Fri Sep 29, 2006 5:31 am Subject: Checking if PIC is being "powered" by input pins |
Hi Asmallri
That is interesting!
Should I make the PIC power pin and Ground pin in the 10 pin header
physically longer then the rest?
If so how much longer should they be? is there a rule of thu ... |
Topic: Access violation :( |
[mAnNaRo]
Replies: 10
Views: 21174
|
Forum: General CCS C Discussion Posted: Mon Feb 27, 2006 3:57 pm Subject: Access violation :( |
CCS support replied me... they will send me a new registration file. I suppose that the problem was my license file
Thanks at all
Alex |
Topic: Access violation :( |
[mAnNaRo]
Replies: 10
Views: 21174
|
Forum: General CCS C Discussion Posted: Mon Feb 27, 2006 3:45 pm Subject: Access violation :( |
A strange thing...
With compiler 3.242 the utility "Compiler Version" return me the right version but with the 3.245 the small window is blank!. Morover the compiler window report on title bar "CCS P ... |
Topic: Access violation :( |
[mAnNaRo]
Replies: 10
Views: 21174
|
Forum: General CCS C Discussion Posted: Mon Feb 27, 2006 3:36 pm Subject: Access violation :( |
/*-------------------------------------------------------------------------------------------
ALFA TEST BOARD A01
Author: Alessandro Blason
Date: 05/02/2006
---------------- ... |
Topic: Access violation :( |
[mAnNaRo]
Replies: 10
Views: 21174
|
Forum: General CCS C Discussion Posted: Mon Feb 27, 2006 3:14 pm Subject: Access violation :( |
your compiler license files are old.
My compiler license expries on 3 March.
I've tried the compiler (3.245) on win2000 and XP and I get the same error.
My license file isn't exipred but probab ... |
|