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.

PIC code organization

Status
Not open for further replies.

david90

Advanced Member level 1
Joined
May 5, 2004
Messages
423
Helped
9
Reputation
18
Reaction score
4
Trophy points
1,298
Activity points
3,611
What are some different ways you could organize your C code for PIC?
 

It is not specific to organize C code for PIC. It varies from programmer to programmer.
 

If you are using a high level compiled language like C
there should be no need to concern yourself with this. Any compiler worth its salt, will do a good job of optimizing your code. Sometimes there are settings were you can optimize either for speed or memory space, and that's usually about it. Let the software do the work.
 

david90 said:
What are some different ways you could organize your C code for PIC?

be more specific to help you.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top