TMR0 interrupt seems to be not working (kit1995)
Hi, I am not sure if I should post it here (since I am not sure it is a MCC related problem), please kindly let me know if it should be anywhere else.I am new to embedded programming and sorry if I...
View ArticleSPI1 WARNING: TMR2_Postscaled clock source is not supported (oschonrock)
MPLab v5.40MCC v3.95.0Pic10/12/16/18 Lib: 1.81.3Device: PIC18F27Q43 Steps to redproduce:HFINTOSC => 64MHzTMR Roll over pulse, Clock Source FOSC/4 Period = 500ns (actual shows as 500ns)SPI1 Mode=...
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 ArticleDoes MCC support the Quadrature Module for the dspic33ep512mc806 (cbeif)
I can't find a component to add to the project for quadrature...
View Articleset compilation time as RTCC time and date (sumit809)
Controller: PIC32MM0256GPM064 There is a provision to set initial time for RTCC in MCC, but I think it's useless since I don't know that when I'm going to burn my hex code into the controller. In...
View ArticleCan't change SPI to I2C (cintet)
Hi, MCC: v3.95.0Device: PIC18F26K80MPLABX: v5.40 Can't change MSSP mode from SPI (Default loaded mode) to I2C. Chosing I2C from Serial Protocol does nothing and return to SPI...
View ArticleEnable SPI with MCC 4.85 PIC18F (ounvme)
Since I last used MCC the SPI code has changed and is now rather confusing. Can anyone tell me how to use this function:bool SPI_Open(spi_modes_t spiUniqueConfiguration) The lack of comments compared...
View ArticleMSSP Enable Checkbox missing (cintet)
Hi, MPLABX 5.40MCC 3.95.0PIC18F26K80 MSSP Module should have an Enable checkbox. If you set Enable bit on SSPCON1 (Registers Tab) then the MCC generated code overwrites these setting: void...
View ArticleCant run MCC (nimbusgb)
09:52:23.732 INFO: Fetching list of available libraries. 09:52:24.116 INFO: Download Complete: C:\Users\Ian\.mcc\mcc_libraries.xml 09:52:24.420 INFO: Downloading core v4.75 09:52:26.898 INFO: Download...
View ArticleMCC hangs on Linux (dwegscheid)
I have a project in MPLABX 5.30 / MCC 3.95, setup for a pic16lf18326. Running on Ubuntu 18.04 64 bit. It's been set up for EUSART, TMR2, and MSSP1 for a long time. I need to add another timer. I can...
View Articlebootloader application (sridhar6994)
HiI can't able to open PIC18F Unified boot loader, downloaded from microchip site I am using this link for downloading software https://www.microchip.com/promo/8-bit-bootloaderIs there another versions...
View ArticleMCC too much time to load (cintet)
Hi, Since the last versions I noticed MCC is taking about 2/3 mins to load (Some times even more). And some times I have to kill the process because nothing happens and MPLABX freezes. My PC is an...
View Articlepic18f27q10 botloader using mplab x ide v5.30 (sridhar6994)
HiI am developing bootloader for pic18f27q10 microcontrollerI followed the steps as per microchip bootloader guideBut my code not gets compiled and i don't know why?Similarly i developed small...
View ArticleADC Low pass filter - Accumulator right shift bit is not in range (oschonrock)
Getting some strange HINTS from MCC. On Low pass filter mode ADCRS value. MPLAB X IDE v5.40MCC v3.95.0PIC18F27Q43: Pic 10/12/16/18 Library Version 1.81.3 Configure ADC for Low_pass_filter_Mode and in...
View ArticleVirtual pin & MCC (Anton_)
Hi to all!Does anyone know, can MCC configure virtual pins?B.r., Anton...
View ArticleMCC auto generation order changing in .mc3 mcc.c mcc.h (megawhite)
MCC "Generate" button is causing ordering to unnecessarily change in .mc3 mcc.c mcc.h. It completely changes the order of these file contents after:Open MCCGenerateCommit changed files to gitClose...
View ArticleMCC generated code: XC8 compiler is unable to resolve interrupt enable calls...
Hello all,Recently, I have a problem when using MCC. I use MPLAB X IDE v5.25, MCC version 3, compiler XC8 v2.10. When I generate a new project, the following calls aren't found in the main method:..
View ArticleUsing "UART1_SetRxInterruptHandler" to be notified when a character is...
I am trying to write a simple program to test being alerted to a character available from the UART, similar to UART1_is_rx_ready, but using an interrupt instead. I am ashamed to say that I cannot get...
View ArticlePIC18F47K40 Bootloader Issue (phiyun9824054)
I'm now trying to do the PIC18F47K40 bootloader but I've run into some difficulty. I'm following the procedure outlined in this document:http://ww1.microchip.com/downloads/en/DeviceDoc/40001779B.pdf...
View Articlepic18f46k80 bootloader using MCC (sridhar6994)
HiI have generated bootloader code using mplab x ide v5.30 with xc8 v2.10 versionCode is builded but bootloader program is not flashedI have checked uart tx and rx separately and also the bootloader...
View Article