Author |
Message |
Topic: attend to TIMER2 interrupt while serving another interrupt?? |
asturkinos
Replies: 6
Views: 19792
|
Forum: General CCS C Discussion Posted: Mon Jan 05, 2004 4:19 pm Subject: bootloader! |
Thanks for your replay Keegan, I did not try the PIC18 interrupt priority cos in my proyect I'm using a bootloader.... A part of my boot code is:
//Bootloader pruebas 28 pines
#Build (RESE ... |
Topic: attend to TIMER2 interrupt while serving another interrupt?? |
asturkinos
Replies: 6
Views: 19792
|
Forum: General CCS C Discussion Posted: Sat Jan 03, 2004 3:15 pm Subject: thnx |
Thanks drolleman, the next monday I'll try all of your ideas and anotherone more of mine... |
Topic: Sending more than 3 frames with CAN BUS |
asturkinos
Replies: 9
Views: 30036
|
Forum: General CCS C Discussion Posted: Sat Jan 03, 2004 3:13 pm Subject: More than 3 CAN frames |
Hello Dara, I've got a little experience on Microchip CAN bus but I think your CAN bus is not working right... Maybe your physical layer isn't wired?
Have you tried your bus with EX_CAN.c file?
Ar ... |
Topic: attend to TIMER2 interrupt while serving another interrupt?? |
asturkinos
Replies: 6
Views: 19792
|
Forum: General CCS C Discussion Posted: Fri Jan 02, 2004 3:23 pm Subject: Interrupts and more |
Thanks a lot Neutone!
I think there is no way to achieve more accuracy.... PIC is PIC and no more :-), a lot of good and a bit of lacks....
Well, now I'm tryn' this:
....
int1 CANRX0_fla ... |
Topic: attend to TIMER2 interrupt while serving another interrupt?? |
asturkinos
Replies: 6
Views: 19792
|
Forum: General CCS C Discussion Posted: Fri Jan 02, 2004 3:44 am Subject: attend to TIMER2 interrupt while serving another interrupt?? |
Hi All:
I'm woking in a little code whit two interrupts:
-TIMER2, this make a write to the I2C bus every 125us aprox.
-CANRX0, when 8 bytes of data have been received in the CAN RX0 buffer t ... |
|