Having the spellchecker is nice (never knew I spelled so badly in comments before). But - is there any way to add custom words to the spellcheck dictionary? (I'm on MPLAB X v3.05.) Some of the exotic words marked as misspelled in my comments: deadman init..
↧
Spellchecker (dlindbergh)
↧
MplabX Harmony Flag to Ignore User Code (PICcadillyCircus)
Is there a flag of ifdef i can use to surround parts of Harmony generated code so that I wont be asked to merge/delete the changes each time I regenerate a harmony file? e.g. I am manually configuring a timer in system_config.h and would like harmony to i..
↧
↧
Change system clock at run time for PIC18LF46K22 (swengineer)
I'm using MPLAB X IDE, I know I can config the system clock in mcc.c, but how to change the system clock at run time? I tried to write the following code but the XC8 compiler warned me 'object "Fake" lies outside available data space' and 'truncation of o..
↧
MPLAB-X 3.60 warning on opening big source file.... (BobAGI)
I am using the FatFs open source driver for my SD-card operations.Today I wanted to look at one of the files, ffunicode.c, so I double-clicked it inside the IDE source file list.Instead of showing the file in a tab in the IDE MPLAB-X showed a warning dial..
↧
MPLAB X FREEZES (LovellMusiclab)
Hello guys and girls,
this is my very first post. (I'm not a native english speaker, tho i consider myself very fluent in it, while writing is not my main skill in the language, so, mind this while trying to undertan my post! hahaha )
I run Windows 7 ..
↧
↧
Looking for an equivalent mcu to the PIC18F2420 but that supports MPLAB Code Configurator (zfeng)
Hey everyone, I've been using a PIC18F2420 for a project but realized it is not supported by the code configurator. Can anyone suggest a similar chip? Thank you...
↧
How do I install the XC8 PRO compiler? (francis_jeffries)
I bought the XC8 PRO complier (I wasn't offered an evaluation version!) and they've taken the money. Trying to download it fails because I don't know the MPLABX host ID.I'm feeling cheated and annoyed: I want to use it for a real job instead of fiddling a..
↧
Assembly code folding (c_bauer)
This site makes me believe MBLABX v3.65 does not have support for assemby code folding:http://microchipdeveloper.com/mplabx:code-folding(Scroll down to bottom where it reads "How to create custom code folds in MPASM: Not supported yet...") Code folding fo..
↧
Bootloader Host Application? (kjav)
Hello all. This seems like a silly question, but I can't figure out how/where to download the Unified Bootloader Application. I am attempting my first bootloader project. The finished code is complete, now just trying to get a bootloader up and running on..
↧
↧
MPLAB-X window arrangement changed... (BobAGI)
I am not very used to MPLAB-X v 3.60 so this might be a very simple (and stupid) issue...I was working in MPLAB-X with two projects loaded. At the left there was a pane showing the two projects with the files available so I could navigate easily.Now, toda..
↧
undefined identifier "LATDbits" and undefined identifier "TRISDbits" errors (reggie718)
Hi.I am using MPLAB X IDE V3.26 and pic18f2455.i am trying to build a project and the project has some errors :1.undefined identifier "LATDbits"2.undefined identifier "TRISDbits"
this is my code :#define cfgTxShutDownPort() TRISDbits.TRISD5 = 0; //PORT..
↧
LCD code 16 times 2 lines (brianpatch)
Would someone have assembly code to send data to an LCD which
Uses 4 data bit lines and 3 control lines..
↧
Microchip TC74 thermal sensor (brianpatch)
Would there be a X8c C function etc that can obtain the temperature data value from the sensor . I think it only connects to the port using 2 lines..
↧
↧
PIC16F18875 Curiosity HCP MPLAB X 3.65 request to contact Microchip (Danny_40)
loading the Curiosity HPC PIC1618875 demo on MLAB X 3.65 the simulator output the following list:W1601-PPS: Suspect database entry for PPS pin SCK1. Contact Microchip.
W1601-PPS: Suspect database entry for PPS pin SCL1. Contact Microchip.
W1601-PPS: Sus..
↧
main.c is greyed out (adrahman)
My MPLAB X IDE version is 3.61. I'm using XC16 1.24 compiler (I've PRO license) to compile a code written for PIC24F. It was working fine yesterday. Today when I opened the project, I see that the main.c file (where main() is written) is greyed out. Pleas..
↧
Problem String and sprintf() XC8 V1.38 (Raydius)
Hi everybody,I use MPLAB (V3.65) with XC8 (V1.38).I want to debug with EUSART.My EUSART's driver it's OK whenever I send a character ASCII.I already used the strings and today I understand the program's attitude.I explain :- I create a string with "char S..
↧
pickit3 question (laurie21)
I would like to use a 16f15325 pic. I have the pickit3 but i don't see any listing for the 16f15325 when i try to start a new project.Question = Will the pickit3 program the 16f15325 or what must i do to get in circuit programing for the 16f15325?..
↧
↧
Spellchecker (dlindbergh)
Having the spellchecker is nice (never knew I spelled so badly in comments before). But - is there any way to add custom words to the spellcheck dictionary? (I'm on MPLAB X v3.05.) Some of the exotic words marked as misspelled in my comments: deadman init..
↧
Step out in the debug session (Andy_Taiwanese)
Hi, there. I posted it before , but didn't get the answer. I was thinking maybe it's my fault of not making it clear, so I decided to post it again with pictures. Step 1: set the breakpoint at 157 and debug it.(picture 1)Step 2: click "step into" until to..
↧
problems with TX (pic18f2455) (reggie718)
Hi.i am using pic 18f2455 and mplabx ver 3.26.i am trying to recieve a string into the pic and to transmit it from the pic with the RS232 .my RX (recieve ) is working ,i can see it is working via the scope. but the TX (transmit from the pic ) isnt working..
↧