Why does MPlab X do thisIf you have a breakpoint, rebuild.If the Breakpoint no longer has a target it shows it as -1 and sets a random preak point near the begining of that file.Why not make is as broken breakpoint and disable it...
↧
Breakpoint -1 (NKurzman)
↧
Export project (bdrmachine1)
I remember using a export feature back in mplab 8. Is this available in X and if so where and how? ThanksMuchBrian..
↧
↧
MPLAB X IDE 3.45 cant get downloaded/installed on WIN7 x86/64 (julijenv)
Hi everyone,I spent my whole friday afternoon to try to upgrade on the new MPLABX IDE 3.45, but it turns out that I couldnt figure out what was wrong.I’ve been trying to understand why the “MPLAB-v3.45-windows-installer.exe” was not possible to get downlo..
↧
Build error (Include file syntax error) (Janusz90)
Hello, I am trying to run a sample code "CE414_UART_loopback" downloaded from Microchips website. When I try to clean and build it I receive the following output. CLEAN SUCCESSFUL (total time: 58ms)
make -f nbproject/Makefile-XC16_dsPIC33EP512MU810.mk SU..
↧
MPLAB X IDE 3.45 crashing. (Disappears) (Jose Diaz)
Intermittently the MPLAB X 3.45 IDE version will disappear on you when accessing the USB sub system. In this case there is an issue with the USBAcessLink dll. Please download the zip file from the link provided.http://ww1.microchip.com/downloads/mplab/x/v..
↧
↧
How to access specific bit or bits of a data. (ujjwalrathod007)
I have a code for ADC as following.#include
#include
#include "ADC.h"
unsigned int out;
void main()
{
ANSELA=0xFF;
TRISA=0xFF;
TRISC=0x00;
TRISB=0x00;
LATC=0x00;
#include
#include "ADC.h"
unsigned int out;
void main()
{
ANSELA=0xFF;
TRISA=0xFF;
TRISC=0x00;
TRISB=0x00;
LATC=0x00;
↧
Step Over not working (fsonnichsen)
I consistently find that I cannot use the "Step Over" button on the X IDE. It persists on stepping into the subroutines as they are transversed. I am using X IDE 3.45, XC16 1.26. elf-dwarf and gcc optimize=0. Any thoughts?ThanksFritz..
↧
SLOVED All configuration bits assemble except FOSC_HS which remains at FOSC_LP (Peterthehop)
I'm in the process of converting my project to crystal oscillator at 8Mhz. It works on int osc 8mhz. I have added a crystal and capacitors and no oscillation.I'm building the project in mplabX and noting how the settings change in the Configuration bits b..
↧
Code documentation for macros in MPLAB (mgulin)
Hello everyone, Can I write a code documentation for macro definitions, that will apply to several definitions. Example 1. This example works well, when I invoke some macro in my main program, I get the "documentation", i.e., I can see an inline comment.A..
↧
↧
MAC plib (EmilioP)
Hi! I have a problem: i try to install peripheral libraries on Mac OS, it's ok when i install for xc8 and xc16, but when i try for xs32 that shut down.I don't know if it's a file or something similar Thanks, regards..
↧
How to install Mplab in ubuntu linux? (RITESH)
Hello,How to install Mplab in ubuntu linux?is it possible?..
↧
MPLAB X IDE 3.45 & PIC32 USB Starter Kit II on Mac OS X (daryllee)
Since Microchip has made MPLAB X 3.45 available for the Mac, there is an implied assumption that once I've installed MPLAB onto my Mac (OS X 10.11) I should be able to plug in my PIC32 USB Starter Kit II and expect it to connect. I can't find any sign tha..
↧
Unexpected exception (Gort2015)
A new error, everytime I start mplab x I am now getting.Notifications->Unexpected exception->java null pointer. error points to:appdata/roaming/mplab_ide/dev/v3.45/var/log folder 3 log files in there but not to what caused it. I started a new project, rem..
↧
↧
MPLABX/PICKIT3 Debug Express Tutorials (jgmdesigns)
My apologies in advance for the noob question. I purchased The above PICKIT3 with demo board and I am having a bit of trouble finding tutorials for the Kit along with the latest version of MPLABX. Are there any video or PDF tutorials that are more up to d..
↧
a day with X... (DarioG)
I inherited an MPLABX project converted from 2 to 3.45 .In 2 it compiled while in 3.45 not. Looks like PLIBS were missing, so they tell me. I take the project and try compiling it, I have latest C32 and its PLIBs...mplabx reports an error in a file that I..
↧
Can't find dspicworks plugin after install? (qeagle)
I use 3 computer to install plugin dspicworks to X ide.And try to launch the app, but is always show invalid path. Any ideas?..
↧
MPLAB CODE CONFIGURATOR COLOR (vidisha)
Hi,I want to know how to change the background color of MCC(MPLAB CODE CONFIGURATOR) of MPLABX IDE.I already searched in Tools -> options -> Fonts & Colors but couldn't find there. RegardsVidisha..
↧
↧
Confusion regarding internal speed (jgmdesigns)
Hello,Using a PIC18F45K20 on the PICKIT3 Demo board as I have been getting myself reacquainted with the PIC and I cobbled together the following short program:/*
* File: LED Patterns_MAIN.c
* Author: jgmDESIGNS-Laptop
*
* Created ..
* File: LED Patterns_MAIN.c
* Author: jgmDESIGNS-Laptop
*
* Created ..
↧
Backround scanning of projects in MPLAB IDE (ujjwalrathod007)
when I start MPLAB IDE it says background scanning of projects and it does not stop so I can't built my project....
↧
MPLAB X IDE 3.40 (Bilbo)
Hi All, I using MPLAB X 3.40 and I am noticing that the IDE sometimes hangs up in the editor and in debugging. I am thinking it might be the MPLAB X store or notifications that are slowing me down but this is just a guess. I do not know how to disable the..
↧