After upgrading to 5.15 from 5.10 (where everything was working fine, using XC16 v1.36 compiler) I now receive an error message I have no idea how to get around:/Applications/microchip/xc16/v1.36/bin/bin/../bin/elf-ld: warning: 33EP64GS502 architecture of..
↧
Problems with IDE 5.15: "incompatible with 30Fxxxx output" (Target dspic33EP) (Spinlectrix)
↧
MPLABX under Linux freezing ? (efox29)
Anyone having an issue with MPLABX appears to freeze and does not respond ? It "appears" to freeze when I let the IDE be for some "time". I have to terminate Java in order to restart it again. Currently running Ubuntu 18.04. MPLAB X 5.15Java 1.80_181..
↧
↧
Problem: MPLABX converts BANKED register named to ACCESS names (LakisFM1)
MPLABX 5.15I import an .asm file including the following lines: MOVLB 0x05 CLRF 0x7C,BANKED Then MPLABX converts it to: MOVLB 0x05 CLRF IPR4,BANKED which is completely wrong since IPR4 is not in Bank 5.
Is there somewhere an option to disable this automa..
↧
Problem FSR names attached to GPR when using BANKED mode in a command. (LakisFM1)
Hello to the forum,Newbie in the forum but not on the PIC's.
Using MPLAB-X IDE v.5.15 , Pickit 3 , PIC18F46K22. My .asm file includes these 2 lines: MOVLB 0x05
CLRF 0x7C,BANKED But MPLAB-X incorrectly renames the 0x7C GPR to IPR4 although BANKED mode is..
↧
MPLAB X v5.15 and ICD 4 and other programmers/debuggers (vinbedded)
Anyone see a problem with MPLAB X v5.15 using an ICD 4 on Mac?MPLAB X v5.15 can see the tools connected but can't program. When I try to program with an ICD 4, I get the following message:"Failed to initialize ICD 4"When I try to program with ATtiny104 Xp..
↧
↧
MPLAB X extremely slow at flashing MCU (NoedelMan)
Hi, I'm using MPLAB X v5.15 on Linux to program an ATSAMD51J20A. My issue is that programming the processor is extremely slow. It takes minutes to erase and flash the processor. When using an external tool like EDBG it only takes seconds. I'm using an Atm..
↧
FYI: MPLAB-X 5.0 Doxygen Plugin can't find Doxygen (Greg_Muth)
Just wanted to give everyone a heads up on this issue: On either a Windows 10 or Ubuntu 18 platform, the doxygen plugin complains about the doxygen executable not being present, even though it is. I opened a support ticket this afternoon. edit: typo..
↧
General purpose input output pins (ashoksam)
Hi all,I am working on dspic33ev256gm106 controller.My requirement is to set the values for LATCH SFR's, GPIO Direction SFR's.Is there any datasheet for that?..
↧
MPLABX 5.15 Navigation, Autocomplete not working (billreinhold)
I've created a new standalone Harmony project, which compiles and runs, but I can't use Navigation (Goto Declaration, etc.) to navigate to another source file and code autocomplete does not work. When I load up a Harmony demo app, everything works just fi..
↧
↧
Can't find include files (arcoxeng)
Had to switch to MPLAB X from MPLAB due to new processors not recognized.Using PIC16F15345. I added the line '#include p16f15345' in my .asm file, but it apparentlyis not found, and I couldn't find it either. Where do they hide these, and is my syntax ok?..
↧
MPLAB x IDE: Cannot find xc.h (Robin66)
MPLAB x IDE v5.15xc16 v1.31 I'm trying to work out why auto-complete isn't working in mplab and I'm guessing it's due to the redness on my include directives. the message is "Cannot find include directive ." See However my code compile..
↧
ICD3 Ubuntu 18.04 MPLABX 5.15 Failure (drmike)
I keep getting this error with ICD 3 when attempting self test:Could not connect to the selected hardware tool. Please make sure the tool is not being used by another project in MPLAB X. The device works fine under Ubuntu 12.04. Mplab can see the ICD3 dev..
↧
description for MCC APIs (EH)
Hi Community, I want to use the MCC to develop an 8-bit MCU. I configured all the needed stuff in the MCC-GUI and the MCC is generating all the .h and .c files. So far, so good. There are a lot of functions, which are APIs to help the developer. But I cou..
↧
↧
PIC10F200 (dejan991)
I work with PIC10F200 and PICKIT3, but when I have a connection and I want to try the connection, the first one will write the warning (Picture1) and then the error (Picture 2). Target has invalid calibration data. What could be wrong? I've tried many of ..
↧
Free XC8 for new project (gunzelg)
Helloits about 10 yars ago, that i used my MPLAB 7.50 last time. Now i have again a new project, where i want to program a PIC18F24Q10. So I think i need a new C-Compiler?. Or can I use the old MCC18-Compiler for this unit? And 10 years ago i used an ICD-..
↧
MPLAB X 5.0 does not rebuild when *.H file is changed (Ivan Cenov)
Hi,It seems that MPLAB X 5.0 / XC8 2.0 does not activate rebuild the project when some include (*.h) file is changed. Example:
main.c, util.c, init.c, intr.c - all of them include header.h. When one of the *.c files is changed then "Build Project" compil..
↧
Zoom in/out in editor window (paul.moore@rsm.com)
How to zoom in/out in MPLAB X IDE editor window?..
↧
↧
PICKit 3 Connection Failed MPLAB X Could not connect to tool hardware (kevd)
Hi, I am trying to program a PIC32 with MPLAB X and a PICKit 3. My OS is Windows 7 64-bit. I installed the driver (I tested both windows default and Microchip driver), I installed Java in last 32 and 64 bits versions and tested them both. I'm running ever..
↧
Help Contents and Online Help not Available (stephan.njo)
Hi everyone, I'n new using the MPLAB x IDE v5.15 and was watching tutorials. In order to find all the library functions I was trying to open >help >help contents . The page shown is simply emty. I tried the Online help as well and it's linked to http://ww..
↧
USB plug and play stopped working (jswanson)
Since upgrading to 5.15, USB plug-and-play doesn't work. I have to restart the IDE if I unplug the programmer or change the part type. It is the same on my laptop. Anybody else having problems? Jeremy...
↧