MCC and classical PICs (Pick_iT)
Hi all, Are there plans about include classical PICs like 16F88 or 16F84A in MCC libraries? If not, can you advice me similar new devices that substitute these old ones? Of course they must be...
View ArticleMCC support of CAN FIFO mode in PIC18F (leosw)
Hello world, It's a revolution, I'm discovering MCC and I'm trying to use it in a new design. I'm working with a PIC18F45K80 (with ECAN module) and I'm trying to setup it in MCC. It seems that the FIFO...
View ArticleMPLAB X 4.15: PIC18LF47K42 CTS required in Flow = Off (jtzeng)
I think there might be a bug in the MCC for this part as in USARTS in Ass Sync mode and Flow off, it still is requiring CTS Inputs for both UARTS. Never seen this one before...
View ArticleUART Enable does not match generated code (RDS Cliff)
Want to report a bug in the MCC generated UART code. Initialization code does not match the Easy Setup checkbox. MCC Version: 3.45.1MPLAB X v4.15Windows 10 Pro I uncheck the Enable UART box at the very...
View ArticleUART C Function could use improvement (RDS Cliff)
I'm trying to be diplomatic here. Not a hard bug but bad looking C code for the function UARTx_StatusGet() generated by MCC when using the Foundation Services Library. Here is the generated code. See...
View ArticleToggle Port (DaveTiffTaylor)
Hi, real simple newbie question Used MCC to generate some code, I have an output called fan drive (op_fan_drv) so its created the following #define op_fan_drv_TRIS TRISDbits.TRISD3 #define...
View ArticleError while installing MPLAB Harmony in ubuntu (sanket.meher111)
Hi, I am having error while installing MPLAB harmony. Error in copying files. Screenshot is attached below. Need help. Thanks..
View ArticleMCC PIC18F45K50 Timer 0 16bits mode configuration BUG (laffont)
Hello, I have strange behaviour, probably a bug. MPLABX 4.05 XC8 1.45 Pickit 3 (01.51.06) PIC18F45K50 (dip40) MCC (Core v4.35) With MCC configurator Using internal oscillator 16Mhz, and D0 as output....
View ArticlePLL on PIC18F45K80 (jswanson)
Version 3.45.1 I'm trying to configure the internal oscillator on the above device for 64MHz (16Mhz with 4XPLL). I have selected Internal RC Oscillator, FOSC and 16MHZ_HF. If i select PLL Enabled,...
View ArticleMCC for PIC24FJxxx; DMA and interrupts, bugs or as designed? (RDS Cliff)
Not sure if these are bugs or as designed.MCC version: v3.45.1 MPLAB X version: v4.15 OS: Windows 10 ProDevice: PIC24FJ1024GB610 Peripheral: DMAEasy Setup tabThe selection for Trigger Source is not...
View ArticleMCC PIC18F45K50 Timer 0 16bits mode configuration BUG (laffont)
Hello, I have strange behaviour, probably a bug. MPLABX 4.05 XC8 1.45 Pickit 3 (01.51.06) PIC18F45K50 (dip40) MCC (Core v4.35) With MCC configurator Using internal oscillator 16Mhz, and D0 as output....
View ArticleMCC - TCP/IP lite - Multi socket at same port - WIFI (PICcie)
Hello, For a project, I have to receive IP packet over TCP and transmit informations on a serial line.For this, I think that a 8bits PIC is adequate. So I have started tests with MCC and the TCP/IP...
View ArticlePin configuration problem for PIC32MM0256GPM048 (nagogam)
Hi all, I have a MCC project for the PIC32MM0256GPM048 uc at an advanced stage.Recently I wanted to use a RB3 pin but it didn't work as it should. The following codesnippet shows the issue:...
View ArticleUSB Host MLA to Custom (BumpSplat)
Has anyone ever taken the USB implementation in the MLA and ported it to their customer design. I have been trying and working really hard to resolve build errors. This is a bit of a ghetto way to...
View ArticleMCC I2C Duplicated writes (spitfire3)
Hello, im trying to get a SSD1306 LCD screen to work on a PIC16F18877 and can't figure why when i use I2C1_MasterWrite i see multiple duplicated writes on my logic analyser, any idea? #include...
View ArticleAddress Error 0xFE using Unified Bootloader Application 0.1.14 and...
Hi Community, for a week now I am trying to get the the serial bootloader running for the PIC16F18324 but had no success so far and hope you can help me. For flashing the microcontroller I am using the...
View ArticleExtended CAN identifier especification for MCC configurator (fflinera)
I am using MCC to configure an ECAN module.I want to configure a Receiver Buffer to receive an extended identifier.In the Message ID box, when I try to write a value that need more than 11 binary bits...
View ArticleHow to use I2C with the MCC? (soundreflections)
Hi,I used to use a little routine I had written for I2C writing, now I am struggling to understand how to implement something similar with the MCC's way of doing.I am addressing peripherals directly,...
View ArticleBootloader Generator compils code with errors (BL)
Hello, I'm try to generate a bootloader with the MCC. I did read the Bootloader Generator User Guide and make the project step by step like this. The first dificult is, the the MCC bings a warning...
View ArticleTMR1 Secondary Oscillator (mjs)
I have a Lorawan project using a 18LF46K22 that complies and works fine using MCC Library version 1.45 and earlier. The system clock is using the internal oscillator and a 32.768khz crystal is...
View Article