Two months ago, I finished a phase of a customer project. I opened the project this week, but when I try to build it I get:
CLEAN SUCCESSFUL (total time: 107ms)
A subdirectory or file .exe already exists.
Error occurred while processing: .exe.
A subdi..
↧
Strange Make error appeared on old project (hark)
↧
problem with code editor (Alan.yu)
anybody ever have a problem with code editor in attachment page, I don't wish the code editor display the actuall ASCII value of "TAB"..
↧
↧
MPLAB X with remote USB programmer (robincornelius)
Not sure if this is the ideal forum as it spans a couple of topics but here goes. I've installed the "Remote USB debugging" (trial version) plugin in mplabX 3.61 i've then from plugin menu downloaded the mplabcomm library and selected the version for rasp..
↧
Comment Selection (itdontgo)
Hi, Does anyone know how to comment a selection out on this bloody kids toy MPLABX? I eventually found it last time but can't find it again this time. Thanks for your help..
↧
new to mplabx, defaults when loading files into project (g8jvm)
Hinew to using mplabx, as as a linux user I've been using piklab and gputils.On that I can create a new project, select pic, load an existing source file and build itIt doesn't seem similar on mplabx, you thru the normal set up, select pikit3, mpasm yet a..
↧
↧
Endianness (VincenzoV)
Maybe a stupid question... I'm beginner using MPASM inside MPLABXHow to change endianness watching multi-byte variables inside Variables Windows during debug? It work fine using "standard" little-endian format, but with string or big-endian?Thanks..
↧
MPLAB X IDE v3.55 problem when including header file (Marcus314)
Good morning. Recently I've been able to build some PIC microcontroller projects using MPLAB X IDE v3.55 with XC8 compiler; doing stuff such as turning on and off an LED, a binary counter, as well as using a 7-segment display. For these projects I've been..
↧
RS232 corrupt on running MPLAB X (Techie 101)
I have a problem using the popular 232Analyser program and MPLABX 3.20 or 3.26. when I just run 232Analyser to receive data via a h/w RS232 port or via a FTDI 232/USB convertor and receive a simple AT from a PIC (16F1787) data is received/displayed co..
↧
Area Index Out of Bounds Exception (Pete George)
Any idea what would cause this exception in the debugger? The program doesn't seem to start running but when I try to halt the program to see where it is, I get this error. When I insert a breakpoint, it never hits it. Any thoughts would be appreciated. T..
↧
↧
exception error when perform "package" in MPLAB X IDE v3.61 (JamesN)
I want to post this, so if anyone encounters the same issue won't have to spend much time on this as I did.when I package my project in MPLAB X IDE v3.61. I got exception error. The zip files was created but empty. I pack the same project with MPLAB X v3...
↧
Hex file in debug mode for MPLAB X? (SteveKendall)
Hi all,
I need to calculate a checksum for the compiler hex file which then needs to be loaded into my target before running or it will crash at start (the code does the same checksum calc and compares to the stored value). I've read around that a hex fi..
↧
We would like to convert 16 bit data to 8 bit rather than shifting the bits (Manoj R)
We are using IQ16 for calculations but we want 8 bit output. so,we are shifting the bits but we are loosing LSB part. is it possible to convert 16 bit data to 8 bit data without loosing bits...
↧
Preserve Memory - is this feature working? (PhilY)
I'm programming a PIC32MZ2048EFH144 on the Ethernet Starter Kit which uses an on board PICkit 3. I have a bootloader and an application. The application is currently stable but I'm still working on the bootloader code. So far the only way I have successfu..
↧
↧
problem with pic32mx470 with mplabx and pickit 3 (microchip777)
Hi,,I am using mplab x for programming pic32mx470 microchip using pickit 3. 1) In the power option there is no 3.3V exactly but I see 3.25V and 3.375V. I tried both but which one should be used? 2) Is there any fault with pickit 3? because mine couple of ..
↧
shift me not (rombios)
using a pic24fj256gb106xc16 1.31 noticed that the following code appeared to only work when bySelection is between 0 and 15
if(((ptrMenu->dwMenuMask) & (1 << bySelection)) != 0)
break;
before bothering to dig into the assembler ..
↧
How to set relative path to -mplabx-userdir (dhanraj.kmr)
Hello,I have been trying to create a build script to compile the project in Jenkins. I have a problem that when I am setting the userdir path for prjMakefilesGenerator.bat -mplabx-userdir=..\AppData\Roaming\mplab_ide\dev\v3.55 %CD%, it is failing to take ..
↧
MPLAB X debugger does not recognize assembler variable names / can't show in watch window (crashpilot)
Hi all,
I found that the MPLAB X debugger has a problem with assembler variable names that are simply declared by "equ" directives. You can find a workaround for this problem below.
Example code:
...
var1 equ 0x08
var2 equ 0x09
; begin of program ..
↧
↧
how is a device programmed? (screwball)
If I produce program in C language and then I click to program the device, what actually happens, how does the C program convert into something that can later be executed on its own?Is the C compiled into ASM then compiled into HEX then to the chip? I hav..
↧
MPLAB X IDE v3.65 error when trying to install MCC plugin (MuthannaAttyah)
Hello Today I upgraded my MPLAB X IDE to v3.65 but I'm not able to install MCC. I'm getting the following error: Networking problem in http://ww1.microchip.com/downloads/mplab/X/v3/plugins/com-microchip-mcc-3.36.nbm I tried to access above URL from browse..
↧
Conversion of Hex file to Motorola-S Record file (HarishKumar)
Hi, Am currently working in PIC24FJ128GB204 micro controller project,So am trying to convert PIC24FJ128GB204 firmware hex file to Motorola-S Record file format.Any one know the correct ARC converter tool name?, Please share the tool name, If possible shar..
↧