Author |
Message |
Topic: Intempestive RESET on PIC16F877 |
Vector Research
Replies: 4
Views: 14116
|
Forum: General CCS C Discussion Posted: Tue Feb 24, 2004 2:22 am Subject: Intempestive RESET on PIC16F877 |
Check your oscilator crystal, It may need loading caps/resistor. Its may sound wierd, but it had happened to me..
vince |
Topic: The CCS ICD and the Microchip ICD, which is good ? |
Vector Research
Replies: 10
Views: 23031
|
Forum: General CCS C Discussion Posted: Tue Feb 24, 2004 2:16 am Subject: The CCS ICD and the Microchip ICD, which is good ? |
Except if you live in canada, then the Microchip ICD is much cheaper if you add on the cost of shipping (assuming you are buying it from Digikey where you only pay $8.00cdn for shipping)
I do like th ... |
Topic: dealing with very large rom tables |
Vector Research
Replies: 6
Views: 18214
|
Forum: General CCS C Discussion Posted: Tue Feb 24, 2004 2:11 am Subject: dealing with very large rom tables |
<monty burns voice> Excelent!!! </monty burns voice>
thanks
|
Topic: dealing with very large rom tables |
Vector Research
Replies: 6
Views: 18214
|
Forum: General CCS C Discussion Posted: Sun Feb 22, 2004 11:31 am Subject: dealing with very large rom tables |
Thankyou for that excellent explaination.
I am using a 16f876, and i need to store some rather large bitmaps to send as icons on a graphic display.
Does this limitation go away if i go to an 18F ... |
Topic: dealing with very large rom tables |
Vector Research
Replies: 6
Views: 18214
|
Forum: General CCS C Discussion Posted: Sun Feb 22, 2004 2:05 am Subject: dealing with very large rom tables |
I need to store a rather large table in rom, However im coming up aganst the static const limitation of 255 bytes. Can anyone explain why the compiler was limited in this way? Is there another more el ... |
Topic: i2c_write() command |
Vector Research
Replies: 4
Views: 17851
|
Forum: General CCS C Discussion Posted: Fri Feb 20, 2004 12:58 pm Subject: re:i2c_write() command |
the 0x01 sets the read/write bit in the address, So in this case the master sends the slaves address with the read bit set, the slave then responds back with the data at that address. a 0x00= write to ... |
Topic: mcp3208 samples too slow (w. fast io and no delays in drvr)? |
Vector Research
Replies: 7
Views: 20564
|
Forum: General CCS C Discussion Posted: Fri Feb 20, 2004 12:50 pm Subject: re:mcp3208 samples too slow (w. fast io and no delays in drv |
i cant see in you code where you actualy get the value from the adc, however you also must take into concideration the time it takes to output you diagnostic string.. let see here..
set_timer1(0); ... |
Topic: problems using delay_ms with #int_RDA |
Vector Research
Replies: 7
Views: 21123
|
Forum: General CCS C Discussion Posted: Tue Feb 17, 2004 11:43 pm Subject: re:not much help but... |
I searched for that thread but it looks like the sands of time has eaten it up..
That means that this has been a known problem for over a year. I cant believe this, they let an error like this go un ... |
Topic: Cof file and CCS maintenance fee |
Vector Research
Replies: 13
Views: 29793
|
Forum: General CCS C Discussion Posted: Mon Feb 16, 2004 9:21 pm Subject: RE: Paying for Bug Fixes |
Well i don't know what the solution is, but i can tell you, as someone who has been using the ccs compilers since the very beginning, It has allways been a problem.
I think what needs to happen is t ... |
Topic: problems using delay_ms with #int_RDA |
Vector Research
Replies: 7
Views: 21123
|
Forum: General CCS C Discussion Posted: Mon Feb 16, 2004 6:08 pm Subject: problems using delay_ms with #int_RDA |
im having some strange problems with using #int_RDA while using a Delay_ms(1000); in my main loop. when ever the delay is executed the interrupt is never fired on buffer full, Im allways getting overf ... |
|