Electronic – Configuration in MPLABX compared to MikroC Pro

microchipmplabxpic

I need to modify a C code of an PIC18F4550. I want to use the MPLAB X IDE to do the job because I'm more familiar with it. However, the code that I need to modify is accompanied by an introduction tutorial of programming using the MikroC-Pro. In the tutorial, when it was explaining how to creat a project, it edited the project. So, I noticed a difference between the two IDEs. The MikroC asks for a lot more information like frequency, Oscilator etc… I didn't find how to make a similar configuration in the MPLAB X's project.

I would like to know, why MPLAB X did not ask this information ? Will I need to add this information in my code, I mean , I will need to type it in the C file using MPLABX ?

Below is the print-screen of the information availabe to edit the project in the MikroC.

enter image description here

Best Answer

In Mplab X install a plugin called "MPLAB Code Configurator" AKA MCC. It allows to configure clock, remappable pins, peripherals, etc. It also generates IO routines for the peripherals with errata workarounds already implemented :-).