Does exist a form to define INT0/INT1/INT2 in MCC where it is? (felipec84)
I'm developing an simple APP in MCC with an PIC18F25K22. I want to have only one or two interrupt in the PINs INT0 and INT1, but I can't find this configuration. Where can I find the INT0/1/2 in MCC or...
View ArticleWhy no support for PIC18F4550? (rsdio)
I don't see the PIC18F4550 listed as a supported chip. I'm rather surprised by this omission, since this seems like a rather popular part. My client is using it, and many of the threads on this forum...
View Articleflash read write using memory.h on 16F753 (Spiyda)
I really want to love the configurator as it promises to be a real time saverbut at the moment I'm pulling hair out faster than it's growing The other configurator files, ADC, PWM, timer, pins, I...
View ArticleCannot setup the clock with code configurator for a PIC24FJ128GB202 (JSC)
Hi, I try to start a project using the code configurator for a PIC24FJ128GB202. Unfortunately, I cannot setup the clock to use the USB with the internal oscillator and the auto tuning mode. In fact, I...
View ArticleMCC 3.0 BETA (MCHP_Ryan)
Hello MCC Users, We are excited to announce the BETA release of MCC 3.0. It can be downloaded at www.microchip.com/mcc by scrolling down to the "Beta" tab. Version 3.0 represents the next step for MCC...
View ArticleTutorial : Add Code Configurator icon to the MPLAB X icon toolbar to invoke...
Bored to click on Tools > Embedded > MPLAB Code configurator everytime you start your MCC project ? Here is a small tutorial (see image attached) to let you add the MPLAB Code Configurator icon...
View ArticlePLL on 16F1847 (jswanson)
Hi, If I enable the PLL in the configuration, the #define _XTAL_FREQ 8000000 entry does not change to 32000000 as expected. Is this correct, or do I have to manually edit the value when using the PLL?...
View ArticleCannot change the SOSC function pins even if the secondary oscillator is...
Hello, Cannot change the SOSC function pins even if the secondary oscillator is desabled and even if no other function is using the SOSC. See the configuration bits settings in the attached file. I am...
View ArticleMCC 2.25.2 PIC16F1937 comes up with a locked pin -- Observation (roundrocktom)
MPLABX IDE 3.10XC8 v 1.35MCC Plugin v 2.25.2 When I first bring upECCP1 - Enhanced PWM It will automatic show ECCP2 - P2A selected to pin Port C1. Green with locked icon. Took a moment to realize I...
View ArticleMCC EUSART Example (dboechler)
I am unable to find any EUSART examples for MCC. Every example is for MPLAB/MPLABX and differ substantially to the code structure of MCC. Most are based on plib or usart.h which don't seem to exist any...
View ArticleIssues generating code with WiFi Driver (cmlopez48)
Hello everybody.This is my first time using PIC32 family (PIC32MZ0512EFK064) and harmony code configurator.I want to use the MRF24WG0MB, so I follow the next steps in Harmony Configurator in MPLAB X,...
View ArticleMCC for PIC18F97J60 on PICDEM.net2 (Joe_Szabi)
Hello, is the PIC18F97J60 in future MCC development plans? I know it is an older device. However, unlike the PIC18F4550 that has more modern versions (J and K), I don't think the 97J60 has newer...
View ArticleBUG Found MCC 2.25.2 (ChrisFME)
I found a couple of bugs in the most recent MCC version that I thought I would share. I discovered these on a project I'm building using a PIC18LF14K22, MPLABX v. 3.05, and MCC 2.25.2 Bug #1: MCC is...
View ArticleMCC - PIC18LF46K22 and SPI1 Master - wrong readings (JoseHenrique)
I'm trying using the PIC18LF46K22 MSSP1 (as SPI1 master) and the driver and API codes generated by MCC from MPLAB X IDE 2.26.My slave is a MFRC522 board from NXP (Mifare smart cards interface). I'm...
View ArticleWelcome to the MPLAB® Code Configurator Forum (MCHP_Ryan)
Hello and welcome to the MPLAB® Code Configurator (MCC) forum. The MPLAB® Code Configurator generates seamless, easy to understand C code that is inserted into your project. It enables, configures and...
View ArticleUnable to enable UxTX and UxRX in MCC (gbiradar)
Hi Guys, I'm new to MCC use, recently i'm trying to use MCC to generate code for UART for p24f16ka102. i'm trying to use RB0<->UxTX and RB1<->UxRX but when right click on pin manager...
View ArticleCodeConfigurator problem (GoEk)
Hi,new to MC and I am starting my first project on a PIC24FJ256GB206 device. I use the CodeConfigurator to setup the device but there seems to be a problem with the System/Oscillator part which forgets...
View ArticleMCC PIC24FJ128GB204 USB Oscillator setup (Craio)
So my first experiments with MCC.If I setup the oscillator according to the attached screenshot it works fine. (Timers are correct, serial ports work at requested baudrate). But if I change the PLL...
View ArticleImplementing DSM (Krixen)
I have successfully sent EUSART data out of a pin however, I need this data to be sent at a higher frequency. My thought was to use DSM, to my understanding, is either having a high frequency wave for...
View ArticleFeature or Bug? (ThomasR)
I used MCC 3.0 with Linux Mint and it works perfect, MCC generated several new .c and .h files. But before I was ready with my complete PIC24 design I had to close MPLAB-X. So I saved everything. The...
View Article