Cannot changed CustomName in CodeConf V3, MPLABX IDE V5.30 (PointOnePA)
I'm using Code Configure for the first time. I'm trying to edit the "Custom Name" of an ADC pin. I get no edit window when I click in the "Custom Name" area. Is there anything special that I need to...
View ArticleBUG: PIC18F26K80 & PortB nRBPU (cintet)
Hi, MCC3.85.1DEVICE: PIC18F26K80 The code generated for enabling Weak Pullups for PORTB set RBPU to HIGH. Here the MCC code: void PIN_MANAGER_Initialize(void){ /** LATx registers */ LATA = 0x0F; LATB =...
View ArticleDM160227 mtouch Development board uart interrupt ISR (Priya1112)
Hai, I just follow the code given for DM160227,. in ISR when i try to enable UART , i couldnt get my packet properly(23 byte packet size) because of the mtouch scanning. When Scanning is disabled,...
View ArticleProblems with mtouch configuration (Aybood)
Hi,I want to configure my nano curiosity (pic16f18446 with internal ADC2) to work with cap touch buttons using mtoch library, I followed the provided guides from microchip but nothing works, I just...
View ArticleSetting up I2C communication using MCC (Stoyan)
Hello, I am trying to program a PIC microcontroller to communicate with an Arduino using the I2C protocol.The chip I am using is the PIC24F32KA302. I am trying to set up the PIC as a slave, and I use...
View ArticleMCC throws error on startup (matijja)
On newly installed mplab x ide (and fresh project) I can't start MCC because it throws me following error: 19:22:46.207 INFO: Fetching list of available libraries.19:22:46.741 INFO: Download Complete:...
View ArticleMCC Manual Install into standalone MPLAB v5.30 - Errors during install...
Hello, I'm trying to install the MCC plugin into an MPLAB install on a machine that is a "stand-alone" (as in, it is not connected to the internet and would prohibitive to do such). I've downloaded the...
View ArticleCan't Install MCC Plugin (Catriona)
Hi everyone, I am having issues trying to install the MCC plugin on my work PC. I have downloaded the file (as I cant search for it in the IDE) and I added the plugin manually. When I go to install it...
View ArticleMCC v3 wont generate header file for slave project fo dsPIC33CH128505 (mjwerson)
I have generated basic test code to enable master and slave to toggle a pin each from inside the main code. However when I come to compile it I get an error message that the slave header file cannot be...
View ArticleMCC Download Failed. Connection Response (david.mccrickard)
I have installed the MCC but when I try to use it, it keeps giving me the following error. 14:47:59.120 INFO: Fetching list of available libraries. 14:48:05.266 INFO: Download failed. Connection...
View ArticleError migrating PIC in already existing project (Bromson)
Hello, I already have a working project using PIC16F1613 (with MCC). I want to migrate it to a PIC16F18424 but it does not work.If I start a project from scratch, using the PIC16F18424, the MCC opens...
View ArticleVirtual pin & MCC (Anton_)
Hi to all!Does anyone know, can MCC configure virtual pins?B.r., Anton...
View ArticleMCC won't generate header for ECAN /PIC18F26K80 (chrzesm)
I tried to use MCC to configure ECAN in PIC18F26K80 (MPLAB Z IDE V5.35 or V5.30 - the same effect).When I add ECAN module to the MCC configuration, the tool stops generating any header update, it just...
View Articlememory routines for PIC18F27Q43 - bufferRAM (Andy123)
MCC generates this code ://128-words of Buffer RAM for PIC18F27Q43 is available at 0x2500 uint16_t bufferRAM __at(0x2500); This is correct location according to datasheet (37decimal=25hex)But compiler...
View ArticleMCC Change Device (PIC PART) (jtzeng)
I am looking at changing devices in a project that has a lot of code.It also is not a pin for pin.Old part is 44 pin QFN and the new one is 48QNF.Remapping the pin is no issue.But does MCC work with...
View ArticlePost-Generate-Hook (luker)
Hi there, is there a way to configure MPLab to call some custom command-line program everytime MCC is done with generating code? Reason: I have a program that sorts the entries within an xml file. I...
View ArticleFatfs f_sync corrupts Directory (Doubletop)
FatFS Version R0.13b (Rev ID 63463) as provided by MPBLABX 5.35 using MCC 3.95.0 XC8 V2.10 & C99 with PIC18F27K42 and I'm porting work code to it that has been running fine on a 18F26K80 also under...
View ArticleProblems with mtouch configuration (Aybood)
Hi,I want to configure my nano curiosity (pic16f18446 with internal ADC2) to work with cap touch buttons using mtoch library, I followed the provided guides from microchip but nothing works, I just...
View ArticleMCC Manual Install into standalone MPLAB v5.30 - Errors during install...
Hello, I'm trying to install the MCC plugin into an MPLAB install on a machine that is a "stand-alone" (as in, it is not connected to the internet and would prohibitive to do such). I've downloaded the...
View ArticleTRIS bit is input, but function “SDO1” requires it to be output (Dave65)
I am using a Microchip Xpress DM164140 and a Mikroe LCD Mini Click. It is my first time using the LCD Mini Click and the SPI module. Using MCC (version 3.95.0) I have been able to Generate the code...
View Article