Software Stack

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
cam
Posts: 3
Joined: Sat Apr 16, 2011 3:17 am

Software Stack

Post 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?

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Software Stack

Post 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.

Post Reply