Quantcast
Channel: MPLAB® Code Configurator
Viewing all 2062 articles
Browse latest View live

MCC v3.45 Released (burke_davison)

$
0
0
Hello MCC Users, MCC v3.45 has now been released. It may be downloaded within the MPLAB X plugin portal, or from http://www.microchip.com/mcc. The major feature additions are described below. For more information about bug fixes in each release, please se..

There is a bug in MCC generated code related to EEPROM access PIC16F18875 (mbowers)

$
0
0
MCC version: v4.26 MPLAB X version: v5.00 OS: Windows 10 Area: Generated Code Device: PIC16F18875 Peripheral: Memory Mode: EEPROM The MCC generates incorrect code for EEPROM access. The bit NVMCON1bits.NVMREGS should be "1" for EEPROM access but MCC..

Confused about ECCP Comparator Auto Shutdown (andig)

$
0
0
Hi,Documents and Datasheet says that ECCP shutdown even will occur at Comparator Output High but for a use case PIC18F25K22 mcc mentions Comparator Lo in Gui. Makes much sense as all the (-) Inverting inputs are muxed to I/O and (+) to Vref or DAC. So it ..

setting PLLFBD for PIC24EP (sunilbarot)

$
0
0
When I use "easy setup" I cannot set FeedBack under PLL Enable below 1:66. I can go to Registers and set PLLFBD to 0x2E which is the value I want to set.My version of MCC reads MPLAB code configurator (plugin) v3.55.1..

XC8 v2.0 leads to error with MCC (fsonnichsen)

$
0
0
I installed both MPLAB 5.0 and XC8 2.0 in order to invoke C99 with its 32bit floating point mode. (PIC18LF26K22)MCC is version 3.65. I regenerated my MCC code and when I compile with XC8 2.0 I get the following errors:=====================================..

MCC pin manager table doesn't show (Kiyoshi7)

$
0
0
Hi, I'd like to know how to open the pin manager table, I downloaded 2 days ago the newest version of MCC and mpLab X, but MCC doesn't show the table. I'm using a pic32mx250f128b, witch seems to be supported. I remember using it when I was programming a p..

Upgraded to MPLAB X v5.00 Now Project is broken (andig)

$
0
0
I am getting the build error : module build/default/production/mcc_generated_files/device_config.p1 defines no symbols (warning)Compiler is XC8 v2.00 (ProTrial) / in C99 mode / CCI disabled MCC generated file device_config.c exists but module build fails...

Concerned about LoRa support.activity.tools.etc (juevosrancheros)

$
0
0
I am kicking off another Microchip project...or at least I was headed that way: got my IDE upgraded, got all my Java issues under control...feeling good about getting started, but...when I look at the support for LoRa (2ea app notes, a couple of cod..

USB/HID for PIC18F25K50 (gurksallad)

$
0
0
HiI read on https://www.microchip.com...aries-for-applications that USB is not supported for 18F on MLA 2.17, so I read up about MCC and it seems it supports the chip in question. However, according to another forum thread (https://www.microchip.com/foru..

Suggestions for the next release of MPLAB® Code Configurator (florin.matei)

$
0
0
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 help when proposing the idea to the team. Providing ar..

CCP2 Warning Frequency Lesser or equal to FOSC/4 (Jcmoa)

$
0
0
Hello all, This is my first post on this forum, even If I consulted it for a long while , if I do something wrong please don't hesitate to tell me ! Here is my issue ! I'm using Conde Configurator for a quick test. After configuring what I needed , I got ..

MCC 3.65 does not load older .mc3 file (jtzeng)

$
0
0
MPLAB X 5.00, PIC24FJ256GA705, XC16 1.35, MCC 3.65 Mac OS 10.13.6 I upgraded to MCC 3.65 and tried to edit/MCC a project that had an mc3 file.MCC 3.65 would not read it or import it. Wanted to create a new one.Is my only option to downgrade or start over?..

Temperature sensor library in MCC (Mysil)

$
0
0
Looking thru release notes and MCC webpage for the current release, there seem to be a Temperature sensor library available. While this is a admirable effort, and the functions may work as intended,it is my opinion that there is considerable possibilities..

Bug Reports ? MIKROE 7x10R Click MMC (v4.55) code ... (jamodio)

$
0
0
Hi Folks,I've been disconnected from the forum for a long while so apologies if this information is available somewhere else.I tried to search but got zero results. Where do we report bugs on the MCC Click support code ? I'm playing with the 7x10R click a..

XC8/MCC I2C Foundation Services Library Documentation and/or Examples (btribley)

$
0
0
MCC version: 3.55.1 MPLAB X version: 4.05 Operating System and version: MAC OS X 10.13.3) Compiler version: XC8 1.45 Device name: PIC16F1847 I am having big-time trouble getting MSSP1 I2C Master working. I have almost all other peripherals down cold..

Adding MCC USB and getting it running (caron.r.williams)

$
0
0
PIC24FJ256GB206 -- MPLAB X 4.15 -- MCC v3.55.1 -- USB Framework Lite v1.25.5MCC previously used in this project to set up basic system, I/O pins, Timers, ADC, etc. - all working well. What I want to do is have my device work with my PC just like it would ..

QEI Pic with MCC Support (fsonnichsen)

$
0
0
I am helping someone in need of the QEI feature of the PIC18F4331. My checking indicates that MCC does not support this MP. Perhaps I am not seeing it with the online PIC selection tools but I cannot find a PIC16 or 18 with QEI supported by MCC. Anyone kn..

interrupt_manager.h does not compile with XC 2.0 (pavel.cernohorsky)

$
0
0
Hi, I have newly started project with PIC18F25K50, MCC version 3.55.1, MPLABX version 4.20. In MCC, I have set up only oscillator frequency, I added MLA USB Device Lite, I used workaround described in https://www.microchip.com/forums/m1049605.aspx and res..

MCC Download Failed. Connection Response (david.mccrickard)

$
0
0
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 response:404 Not Found An image of this is also attached. B..

Getting started with MCC - can't build blank project (ttshaw1)

$
0
0
Hi, I'm trying to make a simple project that'll run a timer, generate an interrupt every second, and toggle an LED in the timer interrupt service routine. But I haven't been able to get the project to compile at even the most basic level. MCC version: 3.5..
Viewing all 2062 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>