Hex Files are in: "ProjectName\dist\default\production\"
Category: MPLAB X
Assembler(1)
Issues(6)
MCC(19)
Projects(4)
Setting Up On A New Machine(2)
Include
Both of these are fine: #include "display_files/output/display_files_c.h" #include "display_files\output\display_files_c.h"
Keyboard Shortcuts
Zoom text in window [SHIFT] + [CTRL] + UpArrow [SHIFT] + [CTRL] + DownArrow
List Files – XC8
If necessary enable the "Generate the ASM Listing File" option in project settings. The file lst and map files are in the "dist/default/debug directory" or "dist/default/production/" directory.
Memory View
Window > Embedded Memory 4 views, once 1 is open select the memory type to view
MPLAB X Configuration
These are things we change from the default setup to make MPLABX behave the way we like… Turning Off right margin red line Menu > Tools > Options > Editor > Formatting Language: All Languages Right margin: 0 Turning Off Expand Tabs To Spaces setting Menu > Tools > Options > Editor > Formatting Language: […]
Select Compiler
Right Click Project > Properties
Select Device
Right Click Project > Properties
Watch
Setting Default Watch Value Format Click the '$' button at the left of the watch window.