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.

About compiler for pic microcontroller

Status
Not open for further replies.

sumonpic10

Newbie level 5
Joined
Jul 30, 2016
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
99
Dear all

Please advice me. What is the best and easy compiler/ language for pic microcontroller coding

Best regards
Sumon Ahmed
 

Everyone will tell you a different answer. It depends on what you want to achieve, if you are prepared to spend some money and the complexity of your project.
MPLABX and the XC range of compilers from Microchip are free and available for Linux, Mac and Windows but you have to pay for optimization. They work with assembly language and 'C'.
MikroC and BASIC is for Windows only and the demo version works for small programs but it is expensive for larger programs.
WizC Pro is medium priced, Windows only but works perfectly with Linux emulation. Fully optimizes and has a built in graphical debugger. PIC12, 16, 18 only.
There are numerous other products at various prices.

I strongly advise you use 'C' as the main language, it is by far the most versatile and widely used.

Brian.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top