Using 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 ArticlePIC24FJ128GC006 RG2 (diegoufg)
MPLABX 3.35 and MCC 3.15 I want to use the G2 port as input but does not work, I manually added _UTRDIS = 1 line to make it work..
View ArticlePIC16LF18325 I2C not working (Krixen)
I am using a PIC16LF18325 microchip using MCC v3.15. I am using both SPI and I2C for this project and I am happy to say the SPI part works perfectly, the I2C on the other hand does not work. I have set...
View Article16f1619 SMT not count (Bela Bogdanyi)
Hi,SMT set up to gated counter mode, Signal In connected to comparator out, Window connected to logic cell.All input checked with oscilloscope, but SMT counter always 0.What a wrong? MCC generated SMT...
View ArticleI2C Master on MCC (Krixen)
I have made previous posts about my I2C not working but I have since narrowed down where the problem arises. I believe that I am implementing I2C incorrectly. In MCC I have the following settings on...
View ArticleI2C Master MCC implementation (Krixen)
Hello, In my previous posts I was sure that I had some sort of register issue with regards to how MCC set them, but I have confirmed the registers are correct. Using a debugger, I have found that when...
View ArticleMCC Is Not Properly Selecting PGxN For A 100-Pin PIM In Explorer-16 An...
Cross Post from MPLAB ICD In Circuit Debuggers http://www.microchip.com/forums/m942557.aspx..
View ArticleIncorrect source code generation by MCC for PIC18F25K80 (EugenOS)
Hello. MPLABX v3.35, XC8 3.35 (mpasmx v5.68), MCC v 3.15., Windows7 x64I generate simple project. mpasmx select as compiler, run MCC. Add bootloader generator. Change Hi Intr vector to 0x208, Low Intr...
View ArticleMCC Bootloader (EugenOS)
HelloI read the Code Configurator forum, all that was found by "bootloader" request, but not surely understand. Does this http://www.microchip.com/promo/8-bit-bootloader bootloader description and host...
View ArticleMCC Warning: Function "CK does not have output setting "RC4PPS" set to pin...
Hello, I recently downloaded MPLABX 3.3 and the associated compilers and MPLAB Code Configuration. It has been a couple of years since I used the PIC tools and I have to say I was impressed with how...
View ArticleCode Configurator doesn't support PIC18F4550... (TonyShell)
Hi, I am trying to program a PIC18F4550, but when I try to configure the clock, EUSART, etc. using the MCC, it says it doesn't support it. It supports the 45J50 and 45K50, so I switched the type of PIC...
View ArticleMCC Installation problems (dbissett)
Hi all, I am trying to get MCC running for my first effort to use it. The problem seems to be that it does not run properly after installation. My development machine is running XP Pro SP3. My MPLAB...
View ArticleMCC pin warning with MCCP in timer mode (kiki78)
Hello, Product Version: MPLAB X IDE v3.35 Java: 1.8.0_91; Java HotSpot(TM) 64-Bit Server VM 25.91-b14 Runtime: Java(TM) SE Runtime Environment 1.8.0_91-b14 System: Windows 7 version 6.1 running on...
View ArticleMCC I2C - Repeated start (ultiblade)
Hi all, I'm trying to interface a MMA8452 acceleration sensor over I2C using a 18F44K22 and the code generated by MCC v2.25.2 for an I2C master. So far this is not working. It only returns 0x00's on...
View ArticleMCC v3.1.5 with 24EP512GP204 PLL issue (cinpezzo)
Hello,I'm using pic24EP512GP204 with an external 10MHz crystal and I configured the oscillator with PLL enable so: Primary Oscillator -> 10MHz PLL enable:Prescaler -> 1:2 -> 2.5 MHzFeedBack...
View ArticleMCC V3 : cannot assign pin RPB8 to U2RX with PIC32MX170F256B (tranxen79)
According to the documentation DS60001168J-page 130, it shall be possible to assign RPB8 to U2RX but he MCC does not allow it. Didn't try with another PIC32... Is it an issue ?..
View ArticleMCC V3 : bad setting when choosing TCKPS for TIMER1 (tranxen79)
With MMC V3, when trying to set TCKPS for TIMER1 with a PIC32MX170F256B, the generated code/value is wrong. Indead, when I select a prescaler of 64, TCKPS value is 0b11 which is a 256 prescaler...
View ArticleSending a Re-Start instead of a Stop Bit with I2C (Krixen)
Hello, I made a previous post on the 8bit micro forum, http://www.microchip.com/forums/m943113.aspx, where I found that two of the sensors (Si7006, MMA8452q) I need to talk to over I2C using my...
View ArticleMCC I2C Problem (Franzis95)
Hi,I'm pretty new in mcc and i have been (for a few days :/) trying to use the i2c interface with the code generated by mcc without any success. Maybe some of you could tell me what i have been doing...
View ArticleBootloader PIC16f18855 (homisinho)
I created a new project for PIC16f18855;Add bootloader Generator;-Transport type UART-Autobaud Software-...Generated the source;-pic16f1_bootload.asm created;-pic16f1_hardware_defs.inc created; I have...
View Article