Author |
Message |
Topic: csRtos ported to PIC - first file main.c |
[email protected]
Replies: 20
Views: 162105
|
Forum: Code Library Posted: Tue Oct 25, 2005 1:06 pm Subject: 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 ... |
Topic: csRtos ported to PIC - first file main.c |
[email protected]
Replies: 20
Views: 162105
|
Forum: Code Library Posted: Thu Jun 16, 2005 5:34 am Subject: csRtos ported to PIC - first file main.c |
The timer code is pretty slow. Look at the assembly listsing to see how many instructions something as simple as jj = __osTicks[ii] compiles to. If you have more than a pretty small number of tasks (I ... |
Topic: How do I debug other compiler's output with the CCS ICD? |
[email protected]
Replies: 0
Views: 23719
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Apr 19, 2005 11:17 am Subject: How do I debug other compiler's output with the CCS ICD? |
Has anyone figured out a way to debug the hex file generated by the Microchip C compiler with the CCS ICD?
I'm not worried about having all the nice bells and whistles. I'd settle for being able to ... |
Topic: Roll your own ICD2 |
[email protected]
Replies: 3
Views: 36773
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Apr 19, 2005 11:10 am Subject: Roll your own ICD2 |
Has anyone tried this out yet => http://stolz.de.be/ ?
This guy has schematics and directions for programming a clone of Microchip's ICD2. For reasons I won't go into I have to get some code run ... |
Topic: csRtos ported to PIC - first file main.c |
[email protected]
Replies: 20
Views: 162105
|
Forum: Code Library Posted: Tue Apr 19, 2005 10:58 am Subject: csRtos ported to PIC - first file main.c |
There are no rules really, other than the ones in the comment block at the top of the file.
You should be able to use csRtos with any other interrupt. I've used it with eeprom, usart, and i2c inter ... |
Topic: icd hits breakpoint even when I don't set one |
[email protected]
Replies: 1
Views: 28938
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Sat Apr 02, 2005 5:36 am Subject: icd hits breakpoint even when I don't set one |
I'm seeing very strange behavior using an ICD-U with an 18f8720. If I have code at address 0xFCC2, and never set a breakpoint, the debugger will behave as if it hit a breakpoint when the code at 0xFCC ... |
Topic: RTOS using CCS Compiler |
[email protected]
Replies: 5
Views: 16818
|
Forum: General CCS C Discussion Posted: Mon Jan 03, 2005 12:04 pm Subject: csRtos available in code library forum |
I just posted a very simple rtos (more of a task scheduler really) I recently ported to the PIC. Go check out the library forum for the details.
The version posted is an early version. The code sti ... |
Topic: csRtos ported to PIC - first file main.c |
[email protected]
Replies: 20
Views: 162105
|
Forum: Code Library Posted: Mon Jan 03, 2005 11:58 am Subject: csRtos ported to PIC - fourth file rtos.h |
here is rtos.h
//*****************************************************************************
//
// file: rtos.h
//
// description:
// Definitions of csRtos variables, functions, a ... |
Topic: csRtos ported to PIC - first file main.c |
[email protected]
Replies: 20
Views: 162105
|
Forum: Code Library Posted: Mon Jan 03, 2005 11:55 am Subject: csRtos ported to PIC - third file rtos.c |
here is rtos.c
//*****************************************************************************
//
// file: rtos.c
//
// description:
// Definitions of csRtos variables, functions, ... |
Topic: csRtos ported to PIC - first file main.c |
[email protected]
Replies: 20
Views: 162105
|
Forum: Code Library Posted: Mon Jan 03, 2005 11:54 am Subject: csRtos ported to PIC - second file main.h |
here is main.h
//*****************************************************************************
//
// file: main.h
//
// description:
// Definitions of system wide variables, functio ... |
Topic: csRtos ported to PIC - first file main.c |
[email protected]
Replies: 20
Views: 162105
|
Forum: Code Library Posted: Mon Jan 03, 2005 11:51 am Subject: csRtos ported to PIC - first file main.c |
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 ... |
|