How big is my program?

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
rocket200
Posts: 68
Joined: Mon Oct 24, 2011 7:50 pm
Has thanked: 11 times
Been thanked: 3 times
Contact:

How big is my program?

Post by rocket200 »

Is there any way to tell how much space the flowcode program is taking up on the microcontroller? By the way, incase it helps, I'm using an attiny2313 AVR.

brandonb
Posts: 438
Joined: Mon Aug 29, 2011 12:26 am
Location: arizona
Has thanked: 175 times
Been thanked: 173 times
Contact:

Re: How big is my program?

Post by brandonb »

you can see this when you download to chip or can do a quick convert to hex, if you read through the programmer progress it shows what % used and unused

rocket200
Posts: 68
Joined: Mon Oct 24, 2011 7:50 pm
Has thanked: 11 times
Been thanked: 3 times
Contact:

Re: How big is my program?

Post by rocket200 »

brandonb wrote:you can see this when you download to chip or can do a quick convert to hex, if you read through the programmer progress it shows what % used and unused

I looked through the programmer progress and it doesn't seems to contain anything saying what percentage was used. I checked what size the hex file was, it said 4k. That can't be right because my attiny2313 holds only 2k of worth of program and it was still able to download to the chip.

rocket200
Posts: 68
Joined: Mon Oct 24, 2011 7:50 pm
Has thanked: 11 times
Been thanked: 3 times
Contact:

Re: How big is my program?

Post by rocket200 »

Never mind, I found it! Thank you for the help!

Post Reply