Conceptual Differences

Important conceptual differences between MPLAB® X IDE and Atmel Studio are highlighted below. Some differences are because of the different devices (e.g., PIC® MCUs vs AVR® MCUs) that each IDE supports.

Table: Concept Differences

Concept MPLABXIDE_Shield_small.png Atmel_Studio_small.png Notes
Make for debug / production Program Device for Debugging Main Project
Make all the files in the project and add a debug executive to the build image.
X_Make_Program_device_MPDebug.png
Remove previous build files and make all the files in the project. Add a debug executive to the built image.
X_CleanBuild_CBForDebug.png
Same compiler settings for Debug/Production
Developers may set compiler optimization to lower level when debugging, but Make/Build is the same.
Studio 7 has no such differentiation since a debug executive is not needed for debugging.
Debugging is supported through different means.
N/A
Configuration Bits / Fuses Configuration (Config) Bits
Have a default value on RESET.
SOFT recovery: Just reset the part if values don't work.
Config bit values in HEX file.
Fuses
Independent of chip reset, default value from factory (available in datasheet).
HARD recovery: Fuse settings should be chosen with care.
Note: If an external clock source fails while used as CLK_MAIN source, only the WDT can provide a mechanism to switch back via System Reset.
Fuse values in ELF file.
N/A
Project/Solution Organizes development at a project level.
A project can be stand-alone or work with other projects.
Organizes development at a solution level.
A solution is comprised of a number of related projects.
N/A
Read Device ID / Signature

Device ID read automatically by hardware tool.

Device_ID_PIC32MX.png
Click image to enlarge.

Verifying a kit connection in Studio 7 is often done by reading a device signature.

AT-image2018-3-28_12-58-28.png
Click image to enlarge.
N/A
Communication Interface for PIC / AVR MCU ICSP communication between debug tool and target PIC device.
MPLAB REAL ICETM in-circuit emulator provides additional communications options for trace.
There are a number of communication interfaces for different families of AVR and SAM MCUs. N/A
Set/Clear Bit Values Clear bit: Bit value = 0
Set bit: Bit value = 1
Clear bit: Bit value = 1 N/A
© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.