I2C TRB general questions (r0nius)
After a week or so of browsing these forums, and attempting to figure out the answer myself, I still find myself feeling a little lost when it comes to actually using the TRB functionality provided by...
View ArticleEUSART w/ MCC (sending more than 8 bytes) (Krixen)
I am using EUSART generated by MCC using XC8 compiler with a PIC16LF18325. Whenever I send 8 bytes, sleep, and repeat I am getting good data on the other side of where I am sending it to. Whenever I...
View ArticleMCC I2C reading strange values (Krixen)
I am using a PIC16LF18325 to communicate with an SI7006 humidity sensor. Using a hold-master-mode on the SI7006 command (0xE5) I am able to send a read command and wait for ~2mS till the data is ready...
View ArticleEPMP supported by MCC? (nwetter)
Is the EPMP peripheral supported by the MCC? I'm having trouble finding it under device resources. I'm using MCC V. 3.16 for the PIC24FJ256GB21...
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 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 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 3.16 problem (currenthunter)
Hi, i have problem with PIC16F1705 and MCC 3.16 (with MCC 3.0.5 it worked well). The problem is same with online version of IDE and MCC so i don't think it is in connection with my PC. In a brand new...
View ArticlePIC16F1619 Code Configurator (Arturs)
Hi Where can I set HIDRVC register for RC4,RC5 pin and INLVLC,SLRCONC for other pins ? RegardsArtur..
View ArticleUsing Callback Best Practice Question (Gandalf_Sr)
I'm using MCC on a custom board that uses a PIC24FJ128GA202, I have to say that I'm VERY impressed with the results so far. I've added TMR4 using MCC and checked the 'Enable Timer Interrupt' box; It...
View Articledspic33EP256MC502 clock calculation do not match datasheet! (sylphio)
Problem #1 : Datasheet and MCC calculation do not match! Here is a calculation example : oscillator = PPL with div (clock at 7.37 mhz) PLLPRE = PPLPOST = 0 PLLDIV = 74 N1 = 2 N2 = 2 M = 76 FOSC = 7.37...
View Articlepic 16F1574/5 PLL not working properly in MCC (travm)
I'm trying to use MCC to write up an application for a valve controller. Haven't settled on a final device to use, but am considering the 1574 or 1575 (not sure yet how much code space I will need)....
View ArticleMCC -PIC18F24K50 Internal oscillation selection issue (yp66)
Hello, I am using MCC 3.16 within MP X IDE 3.4, and my device is 18F24K50.The problem I am having is in selecting a 48 MHz frequency for the chip using the internal oscillator. This problem wasn't...
View ArticleError in CoreTimer Code (mir)
The Coretimer Code is not correct in my point of view, I have copied the relevant code lines, generated fo a PIC32MX150F256B running at 8MHz and interrupt frequency 1ms. The interrupt will first get...
View ArticleMCC 16bit uart library (Fadi Hammoud)
#define UART5_TX_FIFO_LENGTH 1#define UART5_RX_FIFO_LENGTH 1 void __attribute__ ( ( interrupt, no_auto_psv ) ) _U5RXInterrupt( void ){ int count = 0; while((count < UART5_RX_FIFO_LENGTH) &&...
View ArticlemTouch library missing from Device Resources in MCC with some PICs (delamitry)
I've successfully used the mTouch library with a PIC16f18345 and PIC16F1575 through the MCC by adding the mTouch library from the Device Resources pane into the Project Resources and configuring as...
View ArticleMCC used is turned off, can't open the file .c (zd305)
MCC used is turned off, can't open the file .c..
View ArticlePMD missing for 16F18877 (SebKister)
Hi, MCC works like a charm with the newly added 16F18877 ! Great job! Only problematic detail, so far, is the PMD which is missing from the peripheral list. Not sure if it's a bug or a voluntary...
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 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 Article