i tried to compile the code 18motor.c using MPLABC18 but got the error message shown below...
181:Warning [2074] location PRODL specified in the interrupt save list is redundant
182:Warning [2074] location PRODH specified in the interrupt save list is redundant
468:Error [1105] symbol 'AARGB1' has not been defined
469:Error [1105] symbol 'AARGB0' has not been defined
477:Error [1105] symbol 'AARGB1' has not been defined
478:Error [1105] symbol 'AARGB0' has not been defined
485:Error [1105] symbol 'AARGB1' has not been defined
486:Error [1105] symbol 'AARGB0' has not been defined
shall i just ignore the warning message?
and what should i defined the AARGB0 & AARGB1 as?
i want to learn more about PIC programming in C, where can i find good tutorial? as all my previous projects are done in asm...
thanks!
181:Warning [2074] location PRODL specified in the interrupt save list is redundant
182:Warning [2074] location PRODH specified in the interrupt save list is redundant
468:Error [1105] symbol 'AARGB1' has not been defined
469:Error [1105] symbol 'AARGB0' has not been defined
477:Error [1105] symbol 'AARGB1' has not been defined
478:Error [1105] symbol 'AARGB0' has not been defined
485:Error [1105] symbol 'AARGB1' has not been defined
486:Error [1105] symbol 'AARGB0' has not been defined
shall i just ignore the warning message?
and what should i defined the AARGB0 & AARGB1 as?
i want to learn more about PIC programming in C, where can i find good tutorial? as all my previous projects are done in asm...
thanks!