Setting static LCD driver (PIC_Fan2016)
Hello,im using the PIC18F97J94 for driving a static LCD. How could I config the LCDREF, LCDRL or disable the segments when I dont use? This is my setting/*LCD CONTROL REGISTER*/ LCDCONbits.LCDEN=1; //...
View ArticleAccess variables from generated code "MCC" (Uri)
Hello everyone, I write if they could help me solve a problem, I'm starting a program on a 18f44k22 in which for the first time I am using "MCC". Once configured peripherals, inputs / outputs, Euart,...
View ArticleSample-and-Hold (S/H) amplifier TAD (PIC_Fan2016)
Hi,im using PIC18F97J94. When I read the datasheet, it was writting about the the A/D conversion clock (TAD). It should be ensurea minimum TAD time. I couldn't find the specified for the minimum TAD...
View ArticleIs The Code Generateor Has Many Bugs? (garypty)
I did not programming with Microhip MCU for a long time. Recently as my customer require, I start to use the PIC32MM MCU again. I find that Microchip provide a Code Generator with the new MPLAB X IDE,...
View ArticleEPWM on PIC16F1847 Not selecting output (jswanson)
V3.16If you configure a single PWM on ECCP1 without steering the output pin is not connected to the port. You have to go into the registers and select STR1A to P1A_to_CCP1M. After this the greyed out...
View ArticleMCC Configuration Bit and the Code configurator (covert_justin)
For some reason I am unable to find in MCC under the System Module tab where to set the Config Bits. It used to show up, but maybe since updating I can no longer find it and the MCC user manual just...
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 Articleconflicts between datasheet, device header and MCC interface (Fadi Hammoud)
HiI am using:PIC24FJ128GB406 TQFP packageXC16 v1.26MCC v3.16 (just to make sure if it will work with MCC)I want to use pin RC14 as a digital output. The datasheet clearly shows a pin number 48 named as...
View ArticleInteracting with MCC generated UART Code (tkutluz)
Hello All,I have used MCC to generate a code for EUSART with interrupts.I would like to know if there is a way to interact with the code from keyboard e.g inputting data through keyboard and to display...
View ArticleMCC INT Pin Interrupt configuration? (Volker)
Hi, is it possible to configure the INT Pin Interrupt for the PIC16LF18323 with MCC?I find nothing about that, only for the Pin Change Interrupt. Thanks:..
View Articlebootloader for PIC18f using mcc (ameyrr250)
Can anyone provide any guidelines to generate a bootloader code for a PIC18f device and then upload an application code on the device?..
View ArticleMCC compilation errors. (ameyrr250)
I'm trying to use the bootloader library available in MCC for PIC18f46k22. The MCC generates an asm file for the same. The project created using this is giving following compilation erros:can't open...
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 ArticleMPLAB Code Configurator supported devices (melrose.sean)
Good Day Where can I get a list on supported devices for MCC..
View ArticleI2C question with MCC generated code (dhpalmer)
Hello all,I am doing a home project that will use an LCD Display and an I/O Expander to give me I2Ccontrol of the LCD module. I don't have the devices yet, but trying to write some of the code.I saw...
View ArticleEasy Setup of CRC polynomial and seed values are ignored (nwetter)
MCC version: 3.16 MPLAB X version: 3.40 Operating System and version: Windows 10 Pro Compiler version: XC16 v1.26 Device name: PIC24FJ256GB210 Attach your MCC Configuration file: File size exceeds...
View ArticleInstall device library for MCC? (twelve12pm)
I downloaded MPLAB Code Configurator v3.16 and installed it into MPLAB X IDE v3.40. Out-of-the-box, it does not support dsPIC33FJ128MC804. So I downloaded PIC24/dsPIC33/PIC32MM Device Library,...
View ArticleCRC Checksum calculating (PIC_Fan2016)
Hi,Im using the CRC Checksum algorithms in Hexmate for my PIC18F87J94. What is the useof offset=0xFFFF? Why is the initial value = 0xFFFF and the range of checksumData = ?Here ist the Code:typedef...
View ArticleFlash memory programming with UART (abhishek_asmaitha)
Hi all, I am using PIC24FJ256GB406. I was using PICKIT3 for flashing the code to controller. But now my lead wants me to use UART for flashing the code. Is there any way to flash the code via UART? or...
View ArticleHas anyone successfully used the MCC CRC driver? Seems broken. (nwetter)
There are no results for CRC when I search this subforum, and even no hits on google for the function names that I searched. After spinning my wheels for too long, I'm convinced that either there must...
View Article