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.

code size for a program..Urgent

Status
Not open for further replies.

anadigi

Junior Member level 3
Joined
Oct 1, 2004
Messages
28
Helped
7
Reputation
14
Reaction score
7
Trophy points
1,283
Activity points
192
Is there any tool which will give the code size for a program written in C for a particular controller? Is there any other way of determining. Ppl who r doing coding for controllers in C may be able to tell regarding the same.
 

Salam,

I may misunderstand you.
But when you compile your c code inside your IDE compiler, you can know that in details.
I use Keil & PICC.

Bye
 

the target code size is decide by the compiler and the Cpu, u can check u memory map file to get the detail memory map.
 

Just hit compile and make inside your compiler IDE, then you will see the code size, it's very simple.
You don't need any special tool for this, the only way you can find out the code size is by compiling and making your C code.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top