Any way this could be fixed? Looks like just setting it to auto_psv would work and then I won't get warnings for every IC channel I'm using.dsPIC_InputCapture_Interrupt.c: In function '_IC8Interrupt':
dsPIC_InputCapture_Interrupt.c:80: warning: PSV model not specified for '_IC8Interrupt';
assuming 'auto_psv' this may affect latency
PSV model for interrupts not explicitly declared
PSV model for interrupts not explicitly declared
With version 3.0 of the C30 compiler a PSV model is necessary for interrupts. If one isn't specified you get warnings like the following:
Re: PSV model for interrupts not explicitly declared
Oh, it also looks like this affects the UART2 interrupts, but I would imagine this affects all interrupts generated by the blockset.
-
- Site Admin - Expert
- Posts: 616
- Joined: Wed Mar 07, 2007 11:23 pm
- Location: Bayonne- France
- Contact:
Re: PSV model for interrupts not explicitly declared
Hi Bryan,
I corrected the problem by addiin the PSV model option within the interrupt. (I used the auto_psv option).
Will be realease with the next version.
Anyway, the generated code is Ok despite of this warning.
Thanks for the suggestion.
Lubin
I corrected the problem by addiin the PSV model option within the interrupt. (I used the auto_psv option).
Will be realease with the next version.
Anyway, the generated code is Ok despite of this warning.
Thanks for the suggestion.
Lubin
Who is online
Users browsing this forum: Google [Bot] and 10 guests