Author |
Message |
Topic: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Satish Kolloor
Replies: 15
Views: 16640
|
Forum: General CCS C Discussion Posted: Sat Jan 10, 2009 12:49 am Subject: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
To All,
Finally the cause and solution for the above issue has been found.
Cause : devices4.dat file was not getting updated when device editor changes were saved. This is because, the ... |
Topic: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Satish Kolloor
Replies: 15
Views: 16640
|
Forum: General CCS C Discussion Posted: Mon Jan 05, 2009 7:37 pm Subject: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Frank,
Looks like the cause of the problem is devices.dat file not getting updated after saving device editor changes in PC running Windows Vista.
If any one else has got the Device Edi ... |
Topic: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Satish Kolloor
Replies: 15
Views: 16640
|
Forum: General CCS C Discussion Posted: Mon Jan 05, 2009 4:07 am Subject: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Frank,
My PC is running under Windows Vista. How about your's ?
May be Vista prevents automatic update of any file in Program Files folder.
Regards,
Satish |
Topic: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Satish Kolloor
Replies: 15
Views: 16640
|
Forum: General CCS C Discussion Posted: Sun Jan 04, 2009 9:55 pm Subject: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
I have located the correct set as IC7 v17 , IC8 V18 , 17 and 18 being the interrupt numbers. I also tried to add few other interrupts. But still no
change on the Valid Interrupt List seen by you. ... |
Topic: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Satish Kolloor
Replies: 15
Views: 16640
|
Forum: General CCS C Discussion Posted: Sat Jan 03, 2009 6:32 am Subject: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Frank,
One set is : IC7 v17
IC8 v18
The second set further down is:
IC7 v22
IC8 v23
Which set should I be ticking for 30F4013 ... |
Topic: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Satish Kolloor
Replies: 15
Views: 16640
|
Forum: General CCS C Discussion Posted: Sat Jan 03, 2009 12:50 am Subject: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Yes, I exited the compiler and restarted it again a few times.
But the Valid Interrupts list does not change. |
Topic: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Satish Kolloor
Replies: 15
Views: 16640
|
Forum: General CCS C Discussion Posted: Fri Jan 02, 2009 10:01 pm Subject: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Frank,
The reply from CCS Support was to use the device editor to add the two interrupts, as you have mentioned. While doing this I found there are two sets of IC7 and IC8 check boxes as ... |
Topic: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
Satish Kolloor
Replies: 15
Views: 16640
|
Forum: General CCS C Discussion Posted: Fri Jan 02, 2009 3:56 am Subject: Defining ISRs for Input Capture IC7 and IC8 in dsPIC30F4013 |
The device header file for dsPIC30F4013 device does not include defines for INT_IC7 and INT_IC8. Only INT_IC1 and INT_IC2 are defined.
Because of this, I am unable get ISRs for IC7 and IC8 compile ... |
|