Using MCC for a beginner (hardcak)
I have been self learning PIC micro controllers for the past 4 weeks. Recently purchased a MC nano board and some tutorials off Udemy. The tutorials focus heavily on configuring the device using the...
View ArticleADC routine generated with MCC have no response (kit1995)
Hi, I'm new to MCU programming and also new to here.Not sure if it is alright to post here. Please let me know if I should post somewhere else. The purpose is to measure the voltage output from a flow...
View ArticleHow to stop MCC from generating bootloader code? (markm23)
This is on PIC15354, with the latest versions of MPLAB IDE X, XC8, and MCC. I have the boot block disabled, but MCC generates bootload.h and pic16f1_bootload.c anyhow. I don't want these, I don't see...
View ArticleSPI in interrupt mode (CarpeCimex)
I have MPLAB 5.3, MCC 3.95.0, and peripheral library 1.166.0. My target device is a dsPIC33CK256MP203. When I configure the SPI module I get a warning "MCC does not support SPI in Interrupt Mode", and...
View ArticleUCS2114 MCC Code doesnt work with MCC I2C code (birty)
Hi, I was hoping to use the UCS211x library to drive the UCS2114 chip in my current project, but unfortunately the code generated by MCC for this chip has many references to I2C1_MESSAGE_STATUS in it...
View ArticleTimer pins can't be unassigned on ATtiny1616 (acharnley)
Replication - add TCA0, TCD0. D0 takes up four pins and A0 takes up two. I had a look in the datasheet and couldn't find anything about this being normal (it doesn't sound normal :))...
View ArticleFound problems using MCC with PIC16F386 - should I bother reporting them?...
After careful planning and completing a heavy PCB layout, I was shocked to find MCC did not seem to like many of my PPS pin mapping ideas. For example, study of the datasheet informed me I could remap...
View ArticleMCC vs Dell U3417W (Mark Yampolsky)
There is a Dell desktop with a widescreen Dell U3417W monitor with a resolution of 3440x1440. I set the screen scale to 150% (I’m a lot of years old and my vision is not very ...) Until the MCC is...
View ArticleMCC generated code and Windowed Watchdog (Boxfish)
I am using MCC v3.95, PIC16F15344 I had issues using the Windowed Watchdog. I found no problems when using open mode (100% window) but found the device resetting when using any other window. I finally...
View ArticleDiscrepancy between MCC UI setting and Code generated (LakV)
I am using MPLAB X 5.30 IDE and MCC to auto-generate code.Details : IC used PIC18F24K42 / MCC ver 3.95.0 / PIC18MCUs Library version 1.78.1 / Compiler ver - XC8 v2.10 in the MCC, I add SPI peripheral...
View ArticleI2C master code for DSPIC33EP (PeterLauer)
Hi, how can i get the latest MCC I2C master code?I'm modifying a project that includes some modified older MCC I2C code, with many functions cut out. How to I get MCC to generate me the original code?...
View ArticleString routines for MCC generated UART code? (Charlie E)
Does anyone have string routines for the MCC generated UART code? The original libraries had putsuartX() and getsuartX() routines, and I am not looking forward to rewriting them just to use the MCC!..
View ArticleWhere is mtouch/mtouch.h ? (WeHongKongers)
Hello,I am simulating a PIC8 20 pins MCU project on the Curiosity LPC Board on which there is a mTouch button. When I add the mTouch library from within MCC and then compile it, it shows...
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 ArticleGo implementation of the Microchip Unified Protocol + command line host tool...
Hello all,I've recently published the initial release (v0.1.0) of a Go library to interface with the Microchip Unified Bootloader. https://github.com/amrbekhit/microchipboot The aim of this library is...
View ArticleMQTT Library v2.0.0 (combesthomas)
Hello guys, this is my first post on this forum. The last 2 weeks I've been working on an MQTT application. I'm using the microchip AVR IoT development board with the ATMega4808 mcu. Although this...
View ArticleHow to configure the timer of the pic 16F1777 to generate a pwm signal on...
Hello, I'm Emmanuel, student in TOULOUSE, FRANCE. I'm new with MPLABX i want to learn it. I want to generate PWM signals with a pic 16F1777. At the beginning, i want to use PWM 3 with timer 2. I don't...
View ArticleNew to MPLab and need help with mcc updates (tannenba)
I keep getting notifications about updates available and tried to follow the how to. These directions may be great for people that use this all the time, but for someone new to MPlab, it is...
View ArticlePIC25Q10 SPI Interrupt (LamdaElectronics)
Hello, I had my design (PIC25Q10) working with polling the SPI. The idea to get it work with Interrupt was interesting and I tried it. In the window MSSP1 (in the MCC) I selected the Enable Interrupt....
View ArticleTRIS bit is input, but function “SDO1” requires it to be output (Dave65)
I am using a Microchip Xpress DM164140 and a Mikroe LCD Mini Click. It is my first time using the LCD Mini Click and the SPI module. Using MCC (version 3.95.0) I have been able to Generate the code...
View Article