Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

mplab warning: PSV model not specified for '_INT1Interrupt';

Status
Not open for further replies.

Tom2

Full Member level 5
Joined
Nov 11, 2006
Messages
318
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Activity points
3,457
I try to programming in Mplab C30 but unfortunately i get this warning : warning: PSV model not specified for '_INT1Interrupt';

(I am new to mplab C30 programming). how to fix it?
 

Ok. Where can i use no_auto_psv. I can't find it in my code or in the header.

WHERE IS IT?????
 

You put it in your interrupt declaration eg:

void _ISR __attribute__((no_auto_psv)) _SPI1Interrupt(void)

or

void _ISR __attribute__((auto_psv)) _SPI1Interrupt(void)

for example.

Keith
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top