MCC not finding its own files (CarpeCimex)
I created a brand new C project with MCC and spec'd several modules. It generated code files as it should, and the project compiles without errors. But in most of the resulting source files there are...
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 ArticleMCC fails to generate some files; unable to config TMR1 as suggested in Stack...
Using MCC v3.95 for a PIC18F67J60 (supposed to be supported) I get notifications telling me that I'm supposed to "Configure TMR1 for 1 s" and "Configure TMR1 Callback Rate to 1 s", but I can't set the...
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 ArticleSimple PWM won't start (CarpeCimex)
I want to generate a simple PWM waveform with my dsPIC33C. The processor is up and running with a 25 MHz crystal and Fosc = 200 MHz, and I have some interrupts, the UART, and some I/O ports going. I...
View ArticleSomething is wrong in Pin Manager and IOC. Looks like a bug... (Sobottech)
Hello,I thik I found some bugs in MCC, in the Pin Module. I am using MPLAB X IDE 5.25MPLAB Code Configurator (Plugin) v3.95.0Core v4.85.0dsPIC33CH128MP508 (on a dsPIC33CH Curiosity Development Board,...
View ArticleError in MCC Generated I2C Slave Code for PIC16F1827 (birty)
Found this when setting up MSSP2 as a slave with interrupts enabled and 7 bit addressing. In the "I2C2_Open()" function the slave mask is set using "I2C2_SlaveSetSlaveMask(I2C2_SLAVE_MASK);". MCC only...
View ArticleProblem with MCC SPI code (Franzis95)
Hello,I was using an older version of MCC, XC8 v1.37 and MPLABX v4.05.Yesterday i started moving my project to the new versions of theses development tools (MPLABX v5.35, XC8 v2.10 and MCC v3.95.0). I...
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 ArticleProblem with code generated via MCC, CCP module in Capture (Eng. Daniel D....
Hello, everyone! At first, i´m using PIC16F18346.MPLAB X IDE v5.35, XC8,MPLAB Code Configurator v3.95.0, Code v4.85.0...I've been trying to configure the Capture module by selecting the input signal...
View ArticleCCP Register not being written (Nemweb)
Hello guys. I used MCC to set Timer 2 as base for CCP1 work as PWM. Everything is set there, no erros generated, although, there is no signal output, I'm checking it with an LED connected to RB4 (set...
View ArticleHow to use boost convertor with SMPS Power Library in MPLAB X IDE MCC?...
How to use boost convertor with SMPS Power Library in MPLAB X IDE MCC? (MCC Device resources only have syncBuck and SEPIC_LED.)..
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 ArticleInterface functions with or without extern (Bromson)
Hello, I've been using MPLAB X and MCC for some time now. I've noticed that in the MCC generated files, function prototypes declared in header files do not used the extern attribute even though the...
View Article18F45K40 bootloader MCC MPLABX (MartinNiggemann)
Hello,I’m using a 18F45K40, MPLAB X (5.30), MCC Code Generator ( 3.95) and XC8 Compiler (2.10).I have a bootloader project, generated with the bootloader module of MCC.Bootloader is between 0x000 and...
View ArticlePin Manager LAT defines (seyyah)
I think there were lat defines in some previous versions in pin_manager.h file something like#define Button_LAT (_LATC7) but I could not see it in the latest version. Some times it is required for...
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 Article