Author |
Message |
Topic: MPLAB: over 150 lines, it crashed |
a.mattioli
Replies: 5
Views: 7207
|
Forum: General CCS C Discussion Posted: Tue Jun 26, 2007 9:33 am Subject: RTOS with serial comunication |
I have disabled Watch DogTimer, but I don't resolve the problem. Then I think that the problem is the serial comunication.
I use RTOS with:
#use rtos(timer=1,minor_cycle= 5 ms)
#task(rate= 5 ms ... |
Topic: MPLAB: over 150 lines, it crashed |
a.mattioli
Replies: 5
Views: 7207
|
Forum: General CCS C Discussion Posted: Tue Jun 26, 2007 2:05 am Subject: my program crashes while running in an actual PIC |
PCM programmer:
my program crashes while running in an actual PIC: its reboot continually |
Topic: MPLAB: over 150 lines, it crashed |
a.mattioli
Replies: 5
Views: 7207
|
Forum: General CCS C Discussion Posted: Mon Jun 25, 2007 10:10 am Subject: MPLAB: over 150 lines, it crashed |
I use MPLAB IDE 7.52 with PCWH 4.042. The device is PIC16F877.
My program restart itself when I add new lines of code (apparently) without a logic reason. In fact, I comment some istruction and the p ... |
Topic: Arrays and pointers |
a.mattioli
Replies: 1
Views: 3925
|
Forum: General CCS C Discussion Posted: Tue Jun 19, 2007 7:46 am Subject: Arrays and pointers |
I have some problem about the character string to serial transmission with RS232. I use the PIC16F877 and in the book "Embedded C Programming and the Microchip PIC" of THOMSON (written by Ba ... |
|