Where is the IOC generated code? (theozed)
Hi, I'm new using MPLAB Code Configurator and a bit confused about Interrupts on Change. I select my GPIO pin in the pin manager, tick the IOC box in composer area, hit Generate Code, and then what? Is...
View ArticleAddressError introduced by UARTTX ISR, if not checking FIFO size....
Hello everyone, Please excuse my title, I didn't know how to word it better :/Inside the MCC generated UARTTX ISR for PIC24FJ256GA110, it checks both FIFO size and UTXBF. UART3_TX_FIFO_LENGTH is 1 and...
View ArticleQuestion regarding Pin Manager generated code (eko)
Hey guys! When I look at the generated "pin_manager.h" file I see stuff like this everywhere: #define P2B_SetHigh() do { LATC0 = 1; } while(0) So why this single run do-while-loop? Where is the...
View ArticleMCC 3.0 Released (MCHP_Ryan)
Hello MCC Users, We are excited to announce the full release of MCC 3.0. It can be downloaded and installed through the MPLAB X IDE Plugins menu or at www.microchip.com/mcc. Thank you to all those who...
View ArticleUART receive bytes from slave/GSM Module (harini.naik)
We are using UART interrupt in mcc generated code to send and receive sms using GSM module. The GSM module will send approximately 200 bytes continously, But we are not receiving more than one byte of...
View ArticleMCC3.0 retro compatibility to MCC2.x (aeromorph)
Hello, I don't know if I didn't search enough the documentation, gut here it goes. I updated to MCC3.0 and when I opened projects I was already working in and had configured with MCC2.x, I noticed the...
View ArticleMCC v3.0 Locking up MPLAB X IDE under some conditions (picworker)
It has been reported that in some instances the MPLAB X IDE will lock up when using the MCC v3.0 Plugin. The MCC development team is currently working on this issue and will release an update to the...
View ArticleUsing mTouch with MCC version 3 (Baconator)
Hi Everyone: First time trying this so I may be messing something up, but I cannot get the mTouch library configuration to allow me to choose a sensor, it says "no sensors available". I have setup the...
View ArticleProblem with MCC3 (Zoega)
It is the first time I use MCC but got the exact same problem when I tried to configuera16F18344. Tried with previous verisson MCC2.x and PIC18F23K22 and it worked. Did a new project and chose MCC3 and...
View ArticleProblem with MCC3 (IvanP)
I created a code with PIC16F1938, i set 3 GPIO in MCC3 and i press generate . When compile appears a list of error in mcc.c file.I don't understand! Best regardsIvan..
View ArticleMCC 3.0 PIC24FJ128GB202 no USB module available (microhubbe)
MPLABx 3.15MCC 3.0 Hi professionals,perhaps a silly question, but I can't find any USB module at the peripheral selection tab with my controller PIC24FJ128GB202 (which should have USB inside).And so I...
View Article24FJ256GB204 Clock Issue (cinpezzo)
Hi all,I'm configuring 24FJ256GB204 oscillator using "Code Configurator" but it seems to be an issue related to Clock Source and Frequency. For example if I select "Primary Oscillator" and I select a...
View ArticleSPI PIC16F1829 MCC3.0 question (ron_davis)
I'm trying to use MSSP1 in SPI master mode on a PIC16F1829. I'm using MCC 3.0 and I'm getting a warning that I can't get to go away. I've attached a picture showing that the MCC is putting the SCK1...
View ArticleCustom borad BSP creation (cyd)
Having followed some the excellent advice within the forums I have created a custom BSP for my board and appears as a selection within MHC V1.06. I have two questions regarding the custom BSP, MHC...
View ArticleMCC Documentation - where to find? (singularengineer)
Searching for a documentation that contains the list of functions and their description. Please point me in the right direction. All I can find is example code in the documentation section. Thanks!..
View ArticleReceive more bytes of data using Mcc . (harini.naik)
Receive more bytes of data using Mcc..
View ArticleMCC doesn't support 18F4550? (t1dunn)
OS: Win 8.1X IDE: 2.3 I am a beginner at writing code. I want to use MCC to generate the code to have an 18F4550( w/ USB & Ext Osc) control the PWM signal for a MOSFET to vary the speed of a small...
View ArticleCustom borad BSP creation (cyd)
MPLAB Harmony: http://www.microchip.com/forums/fb.ashx?m=911079..
View ArticleSuggestions for the next release of MPLAB® Code Configurator (florin.matei)
This thread is dedicated to gathering suggestions related to what features could be improved or added in the next release of MCC. Please try to provide some arguments for your suggestions as they will...
View ArticleMCC v3.0 Locking up MPLAB X IDE -- status (Rob Little)
I saw that a new version of the plugin was released, but I am still having issues with MPLab completely locking up when I try to use it. Platform: MacOS X -- El Capitan : v10.11.2MPLab Version:...
View Article