View previous topic :: View next topic |
Author |
Message |
ELINAP
Joined: 05 Sep 2013 Posts: 14
|
PIC24F16 and HLVD interrupt |
Posted: Tue Jan 20, 2015 2:29 am |
|
|
Hi everybody,
I use a PIC24F16KA101 in an application and i want to use the HLVD possibility but the CCS compiler V5.011 that i use don't match the interrupt routine "#INT_HLVD(void)".
Some one has a solution to solve this problem???
thanks by advance. |
|
|
RF_Developer
Joined: 07 Feb 2011 Posts: 839
|
|
Posted: Tue Jan 20, 2015 3:04 am |
|
|
It seems to need to be #INT_LOWVOLT for some PICs, and possibly even #INT_LVD on some PICs and some compilers. This has annoyed me, as I'm like to use common code to support hardware functions such as this, and this doesn't help :-( |
|
|
ELINAP
Joined: 05 Sep 2013 Posts: 14
|
|
Posted: Tue Jan 20, 2015 3:15 am |
|
|
Thanks for the answer. I try the "#INT_LOWVOLT" too and there is the same thing So....... |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19549
|
|
Posted: Tue Jan 20, 2015 2:39 pm |
|
|
The names of the interrupts are listed in the include file for your processor. This should be the starting point.
It is annoying that sometimes they change, but this is often Microchip, and different peripherals that perform similar functions on different chips. |
|
|
ELINAP
Joined: 05 Sep 2013 Posts: 14
|
|
Posted: Mon Jan 26, 2015 7:44 am |
|
|
Problem solved.
Thanks CCS support team |
|
|
RF_Developer
Joined: 07 Feb 2011 Posts: 839
|
|
Posted: Mon Jan 26, 2015 10:06 am |
|
|
ELINAP wrote: |
Thanks CCS support team |
Oh? What did they say? We are just users, and not associated with CCS in any way. |
|
|
|