Author |
Message |
Topic: MPLAB or CCS Problem ? |
RobM
Replies: 1
Views: 4148
|
Forum: General CCS C Discussion Posted: Thu Jan 26, 2006 1:07 pm Subject: Re: MPLAB or CCS Problem ? |
Hello,
I have a problem to grete a project with more than one source file .
For one it work very well but if i want to do a project for example with 2 file i have errors. For do this i create a pr ... |
Topic: Hitecc 422 servo control |
RobM
Replies: 3
Views: 5418
|
Forum: General CCS C Discussion Posted: Thu Oct 27, 2005 12:15 pm Subject: Hitecc 422 servo control |
You'll need to apply a 'holding voltage' to the servo in order for it to stay in position. Pulsing it will make it rotate but, with any servo, if you simply remove voltage from it it will 'free wheel ... |
Topic: csRtos ported to PIC - first file main.c |
RobM
Replies: 20
Views: 162136
|
Forum: Code Library Posted: Tue Oct 25, 2005 3:04 pm Subject: Re: anybody used the new ccs RTOS? |
Hey everybody,
I'm pretty much thinking of dropping any more work using csRtos now that CCS has released their RTOS. Of course I'll need to pay for another years worth of updates
Has anybody ... |
Topic: csRtos ported to PIC - first file main.c |
RobM
Replies: 20
Views: 162136
|
Forum: Code Library Posted: Mon Oct 10, 2005 11:05 am Subject: Re: periodic tasks? |
I've been traveling, sorry for the delay in replying.
you guys are doing some fabulous work.
thanks!
="leong"I'm a beginner but I would like to ask a question about the periodic scheduli ... |
Topic: csRtos ported to PIC - first file main.c |
RobM
Replies: 20
Views: 162136
|
Forum: Code Library Posted: Sun Sep 04, 2005 12:48 pm Subject: Re: csRtos ported to PIC - first file main.c |
csRTOS OPERATING SYSTEM SERVICE ROUTINES
As I have been evaluating the csRTOS operating system I found myself confused about what I should and should not try to do in my user code. I created thi ... |
Topic: csRtos ported to PIC - first file main.c |
RobM
Replies: 20
Views: 162136
|
Forum: Code Library Posted: Sun Sep 04, 2005 12:33 pm Subject: Re: csRtos - new LCD driver for PICDEM2 |
//*****************************************************************************
//
// csRtos test program for evaluation of LCD
// ~~~~~~~~~~~~~~~~Push Button to see LCD output ~~~~~~~~~~~~~~~~~~ ... |
Topic: csRtos ported to PIC - first file main.c |
RobM
Replies: 20
Views: 162136
|
Forum: Code Library Posted: Sun Sep 04, 2005 12:26 pm Subject: Re: csRtos - new LCD driver for PICDEM2 |
//*****************************************************************************
//
// csRtos test program for evaluation of LCD
// ~~~~~~~~~~~~~~~~Push Button to see LCD output ~~~~~~~~~~~~~~~~~~ ... |
Topic: csRtos ported to PIC - first file main.c |
RobM
Replies: 20
Views: 162136
|
Forum: Code Library Posted: Sun Sep 04, 2005 12:25 pm Subject: Re: csRtos - new LCD driver for PICDEM2 |
duplicate deleted |
Topic: csRtos ported to PIC - first file main.c |
RobM
Replies: 20
Views: 162136
|
Forum: Code Library Posted: Sun Sep 04, 2005 12:19 pm Subject: csRtos - new LCD driver for PICDEM2 |
csRtos is a simple salvo-like rtos for small microcontrollers. It was developed by Glen Worstell. You can find more info on it at:
http://www.circuitcellar.com/avr2004/DA3650.html
Over the holid ... |
Topic: Debugging arrow on MPLAB off by 2 lines |
RobM
Replies: 7
Views: 7899
|
Forum: General CCS C Discussion Posted: Thu Sep 01, 2005 9:56 am Subject: Re: Debugging arrow on MPLAB off by 2 lines |
Hi all,
Does anyone know why the green arrow is off by two lines down when using MPLAB (7.20)?
Please advice. Thanks,
FabioP
Most lilkely you have edited your source file but not re-compil ... |
Topic: csRtos ported to PIC - first file main.c |
RobM
Replies: 20
Views: 162136
|
Forum: Code Library Posted: Wed Aug 31, 2005 10:11 am Subject: 20MHz 16F877 - csRTOS working |
Hi! I am using csRTOS on a PICDEM2 with a PIC16F877 at 20MHz.
I modified the code:
#define OSC 20000000
/* 20.00Mhz clock on PICDEM2 */
#use DELAY(CLOCK=OSC)
// the +18 in the def ... |
Topic: How do I create interrupts? |
RobM
Replies: 10
Views: 10326
|
Forum: General CCS C Discussion Posted: Wed Aug 24, 2005 5:14 pm Subject: portb interrupt on change |
On the f84 the portb pins can be set up to interrupt on change.
I don't see how it would help you very much, your polling loop seems to work fine.
Oh, BTW, the 16F628 is cheaper, but has the sa ... |
Topic: csRtos ported to PIC - first file main.c |
RobM
Replies: 20
Views: 162136
|
Forum: Code Library Posted: Wed Jun 15, 2005 10:20 am Subject: csRtos ported to PIC - first file main.c |
I have succesfully compiled csRTOS for the PICDEM2 16F877, and it is running, although as a new CCS user I am having problems with more detailed evaluation of the suitability for my project.
I have ... |
Topic: Microchip ICD2 |
RobM
Replies: 10
Views: 32315
|
Forum: General CCS C Discussion Posted: Tue Jun 14, 2005 10:14 am Subject: Microchip ICD2 |
Charles-
Any luck using ICD2 and MPLAB to debug your code compiled with CCS compiler?
I installed following the somewhat convoluted instructions carefully. It was working, but for some reason ... |
Topic: Can PIC16F877 do floating point math? |
RobM
Replies: 9
Views: 12563
|
Forum: General CCS C Discussion Posted: Fri Jun 10, 2005 10:43 am Subject: Can PIC16F877 do floating point math? |
I know that C can do it, but I don't has C compiler, so I just can write in asm. My lecturer also want me to build in PIC16F877, can't send to PC.
You can and should use the PC for development. Con ... |
|