The programming options in MPLAB XIDE are used frequently, but are you clear about the various functions of this button? Some friends may not have noticed. Here, we briefly explain the meanings of the main options within this button.
Figure 1 Explanation of the Programming Button in MPLAB XIDE
The programming button is divided into several options. Among them, the download arrow option in the table above is divided into several items. The first option, Make and Program Device, indicates that this project will be compiled to generate a hex file, and the device will be programmed. The program will execute immediately after programming is complete.
Program Device for Debugging indicates that the device will be programmed with the debug result file image, and similarly, the program will execute immediately after programming is complete.
Program Device for Production indicates that the device will be programmed with the production image, and again, the program will execute immediately after programming is complete.
In addition to the options for programming the device, there are also options for reading the image from the device, as shown by the green upward arrow in the table above. Read Device Memory indicates that the memory from the device will be transferred to the MPLAB XIDE environment, which is often important for analyzing some abnormal issues.
Meanwhile, Read Device Memory to File indicates that the contents of the target device will be transferred to a specified file for convenience.
END
Source: Power TalkCopyright belongs to the original author. If there is any infringement, please contact for deletion.▍Recommended ReadingThe Eight Realms of Programmers, Which Level Are You On?I Used This Technology to Eliminate Thousands of Lines of If-Else!Realistic Animation Demonstration of I2C, SPI, and UART Communication Processes
→ Follow for more updates ←