Search found 2 matches
- Fri Jun 10, 2011 10:29 am
- Forum: Bugs / Application Errors
- Topic: PIC18 Interrupt Priority
- Replies: 4
- Views: 11800
Re: PIC18 Interrupt Priority
Hello benj, At first, many thanks for your quick answer, In your example, you set the register intcon2. bit 7 to 1 to set high priority to INT2. To do this action with 18f4550, you must set intcon3.bit7 to 1 rather than intcon2. bit 7, but it's not the problem. After compiling, I look at the c code ...
- Thu Jun 09, 2011 3:02 pm
- Forum: Bugs / Application Errors
- Topic: PIC18 Interrupt Priority
- Replies: 4
- Views: 11800
PIC18 Interrupt Priority
Hello,
I'm programming pic 18f4550 with flowcode V3 for pic .
I have to use the high (int0,int1,int2) and low(tmr1) Interrupt priorities of the pic18.
Is there a simple way to program these interrupt priorities in flowcode3 ?
Best Salutations
JFJ
I'm programming pic 18f4550 with flowcode V3 for pic .
I have to use the high (int0,int1,int2) and low(tmr1) Interrupt priorities of the pic18.
Is there a simple way to program these interrupt priorities in flowcode3 ?
Best Salutations
JFJ