Author |
Message |
Topic: Any good or bad experiences with the CCS RTOS? |
leong
Replies: 3
Views: 6100
|
Forum: General CCS C Discussion Posted: Tue Dec 13, 2005 2:42 pm Subject: Re: Any good or bad experiences with the CCS RTOS? |
I tried to implement tasks of 500ms and 100us using their rtos but it didn't work.. no idea what is happening inside rtos but apparently there would be no user control over the timer that is being use ... |
Topic: csRtos ported to PIC - first file main.c |
leong
Replies: 20
Views: 162136
|
Forum: Code Library Posted: Wed Oct 26, 2005 12:30 pm Subject: csRtos ported to PIC - first file main.c |
I noticed the rtos stuff in the latest update too. they do support periodic task but I have no idea how they managed it behind the api. I had one trouble using it is when two tasks have dramatically d ... |
Topic: csRtos ported to PIC - first file main.c |
leong
Replies: 20
Views: 162136
|
Forum: Code Library Posted: Sat Oct 08, 2005 9:17 pm Subject: periodic tasks? |
you guys are doing some fabulous work. I'm a beginner but I would like to ask a question about the periodic scheduling. As I read through the code, each task would be run as often as possible and bein ... |
Topic: ? 16F687 UART baudrate not correct |
leong
Replies: 2
Views: 4271
|
Forum: General CCS C Discussion Posted: Thu Oct 06, 2005 7:20 pm Subject: ? 16F687 UART baudrate not correct |
Thanks,
that problem got solved mysteriously.. I had two folders with different names but same project name in them. when i tried to load project from one place, some how the workspace is still th ... |
Topic: ? 16F687 UART baudrate not correct |
leong
Replies: 2
Views: 4271
|
Forum: General CCS C Discussion Posted: Wed Sep 28, 2005 11:14 pm Subject: ? 16F687 UART baudrate not correct |
?any one gets a hint on this:
I programed the pic16f687 uart function as
#use rs232(baud=9600, xmit=PIN_B7,rcv=PIN_B5)
then i check the oscilloscope, data was sent but at a much higher speed ... |
|