Author |
Message |
Topic: ICD 3 and PCW |
EM
Replies: 0
Views: 3419
|
Forum: General CCS C Discussion Posted: Wed Jul 27, 2011 5:45 pm Subject: ICD 3 and PCW |
Hi,
In MPLAB I can enable the ICD3 to supply power to the target. I can't seem to find that same feature in the PCW interface or the CCSLOAD interface. Am I missing something?
Thanks,
Ed |
Topic: RTOS Task not executing |
EM
Replies: 4
Views: 7640
|
Forum: General CCS C Discussion Posted: Sun Jul 17, 2011 4:20 pm Subject: RTOS Task not executing |
I try to minimize the use of multiple threads in my projects because they often create difficult to find problems. When you take care most projects can be set up single threaded, especially in a simpl ... |
Topic: RTOS Task not executing |
EM
Replies: 4
Views: 7640
|
Forum: General CCS C Discussion Posted: Sun Jul 17, 2011 4:02 pm Subject: RTOS Task not executing |
Thanks for the reply, I tried something along the lines of what you said, I reordered the task definitions and the variable definitions like this:
#include "rtos.h"
#include <string ... |
Topic: RTOS Task not executing |
EM
Replies: 4
Views: 7640
|
Forum: General CCS C Discussion Posted: Sun Jul 17, 2011 2:35 pm Subject: RTOS Task not executing |
Hello,
The last RTOS task listed will not run no matter which of the tasks I list last. All other task work as expected. One thing I noticed is that the last task memory locations are not consecutive ... |
|