Checklist:MCC version: 3.55.1
MPLAB X version: 4.15
Operating System and version: Windows 10
Compiler version: XC8 (v1.45)
Device name: PIC18F25K50
and
PIC18LF25K50 Attach your MCC Configuration file:MyConfig.mc3.txt Attach your IDE Log: Out..
↧
MCC is not generating code for MLA USB Device Lite (S. K. Gadi)
↧
Issues using Unified Bootloader Host with MCC generated bootloader (FabianL)
Hello, I'm using pic16f18326 with mcc generated bootloader (new reset vector at 0x300 - all working well) and I'm somewhat struggling with the existing Unified Bootloader Host Application (0.1.3). At some points I found that the commands sent from the Uni..
↧
↧
String routines for MCC generated UART code? (Charlie E)
Does anyone have string routines for the MCC generated UART code? The original libraries had putsuartX() and getsuartX() routines, and I am not looking forward to rewriting them just to use the MCC!..
↧
Is MCC just a complete waste of time? (Charlie E)
Does anyone else feel that MCC is just a complete waste of time? I was porting an existing project to a new processor, because I needed some of the features (I2S) the new processor had. I made the silly decision to use MCC to generate drivers for those fe..
↧
MCC I2C and 24FC1026 Sequencial Reads and Page Writes (OscarTheGrouch)
Hello all,Using a MC 24FC1026 EEPROM to store data and need to be able to use the Sequencial Reads and Page Writes this IC offers.I can't see how to use the MCC implementation of the I2C and get these features to work.I may be wrong but it seems that the ..
↧
↧
interrupt jumps in bootlader generator (BL)
Hello, the bootlader generator writes jumps in the interrupt vectors.I don't want to use the interrupts in the bootloader because I want to keep off the interrupt jumps. Does it work with the bootloader generator or do I have to write a bootloader by foot..
↧
Where the heck is the documentation for 1.55??? (shawty)
Ok, before I completley loose it, can some one tell me why it's so bloody hard to find documentation on Microchips Main site? http://microchip.com/mcc - fine every link I follow goes to here. So I scroll down, Yay there's a documentation tab.... what's un..
↧
PROBLEM WITH I2C ERROR (infopsp)
Hi to the experts,
I apologize in advance for my English, I hope that what I have written is understandable and that someone will help me to solve this problem.The pic used for the application is PIC16F15356I used the library generated by MMC for i2c com..
↧
Force update all MCC generated files (leosw)
Hello, I've update all MCC, MPLAB X and XC8 compiler on an old 2016 project.I have many warnings in my MCC configuration, and it does not build once generated. But the generation updates only some .h file, even if there are changes to make in all files (i..
↧
↧
undefined identifier "eusart1RxBuffer" (dprofitt)
I am getting these errors:main.c:422: error: (192) undefined identifier "EUSART1_RX_BUFFER_SIZE"
main.c:423: error: (192) undefined identifier "eusart1RxBuffer" I can see the buffer values while bebuging but can not compile these lines: for(i=0;i
↧
MCC 3.55.1 and ADC_GetConversion; ADC_GetConversionResult and ADFM (A. Iosue)
This is a recurrent problem seen on many forums; different MCC ver; different PICs, in this case 16F1826. Still on MCC 3.55.1.Setting ADFM = 0 or Left Justified, ADC_GetConversion and ADC_GetConversionResult just works for the Right Justify.MPLAB X simula..
↧
USB Lite Pic32MM CDC Windows 10 Unknown Device [Solved] (Jim Nickerson)
Using PIC32MM USB Curiosity DM320107PIC32MM0256GPM064Mplab X 4.05Windows 10 x64MCC 3.45.1USB Framework Lite v1.25.5XC32 1.44It generates ok.It builds ok.The code runs and blinks the leds.The USB enumerates and windows 10 reports error code 43"Unknown USB ..
↧
MCC support of CAN FIFO mode in PIC18F (leosw)
Hello world, It's a revolution, I'm discovering MCC and I'm trying to use it in a new design.
I'm working with a PIC18F45K80 (with ECAN module) and I'm trying to setup it in MCC. It seems that the FIFO mode (mode 2) is not fully working, since interrupts..
↧
↧
MCC workaround for PIC24F04KA200 (davea)
no version of MPLAB X IDE / MCC supports this part is there a different part I could use to do the setup (MCC) and then copy itinto the real project without too much trouble.thanks for any help..
↧
PIC24FJ256GB412 (icelord)
Hello, I'm tying to start with PIC24FJ256GB412 in MCC version 3.55.1In PinManager PIC24FJ256GB412 presented as TQFP128/QFP128. but it's must to be BGA121In Device Resources the Segment LCD function shown as "unsupported", and it's not true :(..
↧
dsPIC33FJ32MC304 (twelve12pm)
Just to verify that I didn't miss something: There is no support for dsPIC33FJ32MC304 in MCC?..
↧
Problem in setting an IP for PIC32MZ (Sid Prabhu)
Hi, I am new to coding with PIC32MZ. I want to set an IP with MPLAB Harmony Configurator but i am unable to do so. I am using MPLAB X v4.05 and Harmony COnfigurator v2.04.Attached are two images of the settings.. Please help...
↧
↧
How can I use mTouch and ADC in the same project? (fumiki)
I would like to use MCC's mTouch library and ADC peripheral on the same project with PIC 16F 18877.
The development environment is MPLAB X IDE v.4.01, MCCV 3.45.1, XC8 v1.45.
However, when mTouch is added to the project, the ADC becomes gray and can not..
↧
I2C problem reading byte using MCC code for PIC18f46k42 (jstanle1_home)
Hi --I'm using MCC generated I2C code to read a byte from a device register (RTCC clock). Scope trace shows the processor writing the device address and register number, then writing the address again with the read bit set (all ACKed OK by the device), bu..
↧
How to enable Code Protection in PIC16F15344 (Bin Mofidul)
I want to protect my codes in PIC16F15344, is there any way to enable code protection feature using MPLAB CODE CONFIGURATOR or MCC or any other ways...
↧