Page 1 of 1

Software Stack

Posted: Tue Apr 19, 2011 12:14 am
by cam
Hello,

I am a little confused on how to enable software stack. I discovered this info:

Code: Select all

ChipName=16F877A
ExtraLinkerParams=-swcs 6 2
I have a few questions:
-Where exactly in the FCD file do I paste this code?
-Why is the chip name needed?
-Will the comiler warning message recognize if software stack is enabled?

Re: Software Stack

Posted: Tue Apr 19, 2011 9:42 am
by Benj
Hello,

All that is needed is to add the text -swcs 6 2 to the end of the linker call. You can find the settings for this in the Chip -> Compiler options window. Add the text to the end of the linker parameters input field.