Hi ive put up a couple of earlier threads about how to get some problems fixed with my line follower code thats written in assembly, although i need to add a box lift routine to the code and am having trouble im a real noob at programming and any explanat..
↧
Need help with line follower, extension to box lift, using assembler and a PIC16F690 (blairsmyth123)
↧
include files not found (Guest)
Hi
I am new to this, and I just downloaded and installed MPLAB X IDE 2.10 on my W8.1 PC, got asked to download a compiler, did so, and was asked to get a license, and did so. Then when I opened one of the example projects the #include does not f..
↧
↧
MPLAB X IDE v2.10 tooltip does not show the correct names of individual bits of STRUCT. (Fano)
As shown in the attached picture the tooltip displays Stat2 register but names of bits are from Stat1 register (values correspond to the register Stat2).Does anyone know where is the problem? Is there a page for sending tips for Microchip development te..
↧
[Feature Request]Option to not focus cursor at PC when pausing the debugger (jdeguire)
In MPLAB X and MPLAB 8, whenever you pause the debugger the IDE will transport you to the line of C code that was executed by the device before it was halted. While there are cases in which this can be helpful (e.g. the code is stuck somewhere and you wan..
↧
Long time between end of build and "load" (motumboe)
When I build my project I get the "BUILD SUCCESSFUL" line in a quite low time (thanks to the parallel build): 18 s for a project with about 50 source files. Anyway it takes about a whole minute (or even more) before the full process (Build, Load) finishes..
↧
↧
Garbage in MPLABX project file (schmitta)
I had a project called apsRTOS located in my own file folder - not the one in OPT in Linux where the binaries are installed. I use the IDE to remove the project. It is no longer found in my file folder. But apsRTOS still appears in the start up section of..
↧
Editor options formatting for header files (sjb741)
Tools|Options|Editor
All languages Expand tabs to spaces
C Tabs and Indents Indent 3 Tab 3 Statement Continuation 3
When I hit the key, I get 4 spaces in the '.h' files (but 3, as expected, in '.c' files). That is, I start with this#define AD..
↧
MPLAB X 2.10 configuration bits naming not equal to chip documentation (GentleRV)
Using the 18F4550 chip and installed MPLAB x 2.10 and found out that when select Window > PIC memory views > Configuration Bits the names used for the Oscillator settings are not the same as used in the documentation DS39632e from the 18F4550 family.Could..
↧
MacOSX 10.7 and above require JRE6 (Jose Diaz)
If you have Mac OS X Lion, Mountain Lion or Mavericks (version 10.7, 10.8, or 10.9 respectively) or anything newer, you need Java 6 to run MPLAB X IDE. If you have encountered a Java 6 issue during the MPLAB X installation, please follow these instruction..
↧
↧
[SOLVED] PIC18LF2680 ICD3 Failed to Program Device (Madbyte)
Hi, System: W7 64 Debugger: ICD3 Device: PIC18LF2680 I can't debug the specified device, here is the log when I try to debug my program: Connecting to MPLAB ICD 3... Firmware Suite Version.....01.26.92 Firmware type..............PIC18F Target detected Dev..
↧
Broken breakpoint on MPLABX 1.9 (XTi)
On MPLABX 1.9, it's almost impossible to put on breakpoint in source code and have it works. Breakpoints are "Broken breakpoints" I use MPLABX 1.9 with PIC 16LF1938 and ICD3, compilation with debug option. The binary is imported in MPLABX as a prebuilt he..
↧
display variables in window and hover as decimal not hex (Guest)
Is there a way to set the default display in hover and variable window as decimal, not hex. I know i can click on a variable row in the window and "display variable as...", but I have to do this for every new variable I add. Is there a MPlab X or project ..
↧
Unexpected token "error"? (Guest)
MPLab X 2.1. When in the editor, I get a red dot on my __config.. line. hovering over the red dot, it says "unexpected token (". It compiles and runs fine. Here is the code: #include
__CONFIG(UNPROTECT & BOREN & MCLRDIS & WDTDIS &..
↧
↧
MPLAB X (Disabling Debug bit) (avinash@preceptorindia.com)
I have a simple question.. How do i disable debug bit in configuration memory for dspic30f2010 .... i am using MPLABX..
↧
Unexpected token "error"? (Guest)
MPLab X 2.1. When in the editor, I get a red dot on my __config.. line. hovering over the red dot, it says "unexpected token (". It compiles and runs fine. Here is the code: #include
__CONFIG(UNPROTECT & BOREN & MCLRDIS & WDTDIS &..
↧
MPLABX and PICKit 3 - problem with programming - Programming/Verify complete (Guest)
Hi, I have a problem with programming PIC16f616 using MPLABX 1.51 and PICKit 3. The problem is that everything looks ok, my code is complied and when I try to program my device again everything is ok and I have got a message "Programming/Verify complete"...
↧
ICD3 usb driver location?? (Guest)
I just installed MPLABX and C compiler on an Unbuntu Linux machine. As I understand, I am supposed to manually download the usb driver for the ICD3, but I can't find it on the Microchip site. Can somebody tell me where I can download it from?Thanks, PRS..
↧
↧
MPLABX Message-box prior to running. (khaldoon)
I am using MPLABX with XC8 c-compiler to program my PIC18LF46K22 micro-controller. While building and loading is successful but when trying to debug the code through MPLABX (using ICD3), I get a message box (screen capture of which is attached). It seems ..
↧
Long time between end of build and "load" (motumboe)
When I build my project I get the "BUILD SUCCESSFUL" line in a quite low time (thanks to the parallel build): 18 s for a project with about 50 source files. Anyway it takes about a whole minute (or even more) before the full process (Build, Load) finishes..
↧
Problem using simulator in MPLABX IDE v2.10 (mlsirkis)
I am using PIC 32MX795F512L.I am trying to do DMA <=> SPI.When running simulation -- the simulator crashes and gives: Failed simulator operation: java.lang.ArrayIndexOutOfBoundsException: 528506403 For testing purposes, I created the following from Microc..
↧