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 becouse none happens. My PC is an Intel Core Duo 1.2Ghz running Ubuntu 64 bits and 6 Gb RAM.
Device: PIC16F1619. ..
↧
MCC too much time to load (cintet)
↧
MCC Warning: Function "CK does not have output setting "RC4PPS" set to pin "RC4" (yp66)
Hello,
I recently downloaded MPLABX 3.3 and the associated compilers and MPLAB Code Configuration. It has been a couple of years since I used the PIC tools and I have to say I was impressed with how far the tools have advanced since then! I particularly ..
↧
↧
MPLABX freezes on installing MCC using "Plugins" window (some1tbd)
Hi All,I am attempting to install the code configurator (v3.25) from the plugins menu in the MPLABX. However, when I check the Install box and click "Install", MPLABX freezes. I have tried this multiple times after rebooting the program (I will try reboot..
↧
MCC 3.25 Can't support PIC10F322? (zd305)
MCC 3.25 Can't support PIC10F322? The previous version test is to support!
Request to solve..
↧
MCC not generating "ethernet_driver.h" when generating TCP/IP lite (m4l490n)
HelloMCC Ver - 3.25MPLABX Ver - 3.45OS - Linux Mint 18Compiler - XC8 v1.40Device - PIC18F67J60 I'm struggling with the MCC code. I added the resource in the MCC and tried to compile but I get the errors: make: *** Error 1
make: *** Waiting for unfinished..
↧
↧
TCP Receive WindowSize causes server to back off 5 seconds after every received segment. (alecdavis)
Microchip Code Configurator 3.25TCPIPLite Stack 2.10Device PIC18F67J60Windows Server 2016 TP5 or Windows 10 Pro IIS server. When trying to download a large file 260K (test file) the download stalls every 5 seconds after each segment, as the first segment ..
↧
24EP512GP202 UARTx issue with MCC v3.1.5 and PLL (cinpezzo)
Hi all,I'm configuring 24EP512GP202 (with 16MHz external crystal) using MCC v3.1.5 in MPLABX v3.45.I saw that if I set: Primary OSC: 16000000PLL: disable so Fosc = 16000000 the UART1 works properly. but if I set: Primary OSC: 16000000PLL: enable configuri..
↧
No CAN peripheral with dsPIC33EV32GM102 (HerveS)
Hello! I'm currently working on a new projet involving a dsPIC33EV32GM102 which has a CAN peripheral.
I wanted to use (for the first time) MCC, but when I open it, the CAN peripheral doesn't appear in the peripheral list although the dsPIC is correctly r..
↧
Bootloader continues to request Memory on peripherals option (robertmassaioli)
This is what I am seeing: http://i.imgur.com/C7LYCEu.pngI am getting the error: "Memory is required to be added from the MCC Peripherals Options". As you can see on the left hand "Project Resources" window, I think I have already added in the Memory modul..
↧
↧
Bootloader PIC16LF18345 NVMADR and NVMDAT extern reference bug? (smercurio)
I am using the Bootloader Generator that comes with MCC 3.26.2 for a PIC16LF18345. In the "pic16f1_bootload.c" file these lines:// Register: NVMADR
extern volatile uint16_t NVMADR @ 0x81A;
// Register: NVMDAT
extern volatile uint16_t NVMDAT @ 0x81C;
..
↧
Bug on 8bit Bootloader 2.2.0 with 18F47K40 + Unified Bootloader hanging after Version Read (SebKister)
After generating a bootloader with MCC 3.25 + 8b bootloader library 2.2.0 these are the changes needed so that the resulting code compiles:
In the AutoBaud section:BAUDCONbits has to be replaced by BAUDxCONbits depending on which EUSART is used
Same for..
↧
PIC16F1778 PWM can't be assigned to PORTC, & PWM5 seems not to work on sim logic analyzer (PStechPaul)
I have only just now started using the MCC, so I might be doing something wrong, but I made a simple test project to test the 10 bit PWM3 and the 16 bit enhanced PWM5, on the PIC16F1778. When I open the pin manager, the PWMs can be assigned only to RA0-RA..
↧
Does the bootloader library (v2.2.0) support i2c comms on a PIC16F18875? (Fraggle)
I'm trying to create a bootloader project for the above chip on MCC (3.26.2, MPLABX 3.4.5), but the only transport option shown is UART. I'm sure when I was playing around in an earlier version that I2C was available but I left it to work on other things...
↧
↧
MCC Generated TCPIP lite server (ShaharBD)
Hi, I'm currently porting the AN1921 - TCP server demo to work on a custom board that hosts the ENC424J600 and a PIC18F87K22.
If I generate a similar project using MCC I get almost the same files as given in the AN1921 source code. Any idea on where and ..
↧
Where is PWM setup for PIC24 (fsonnichsen)
I am trying to port old PIC18 code over to a PIC24FJ128GA010. The code does PWM. I cannot find the equivalent setup for PWM in MCC for the PIC24. (It was done via the CCP5 driver in the old PIC18 scheme). Can someone tell me what I am missing here? thanks..
↧
MCC 3.26.2 does not clear ANSEL registers when pins are set to GPIO (PIC16F1778) (PStechPaul)
I have set PORTB<0:5> and PORTC<0:2> to GPIO output, but the ANSELB = 0x3F and ANSELC = 0xF8. So I was unable to get output states on these pins. I manually set ANSELB = 0x00 and ANSELC = 0xF8, and now the simulator logic analyzer shows activity on these ..
↧
Drivers getting added but not getting initialized automatically in PIC32MZ harmony (Kamil@Su30)
Dear Team,I am working on:-uC:PIC32MZ 2048 ECM100IDE:MPLABX IDE v3.40compiler:XC32 v1.40Code generator:MPLAB Harmony code configurator.Driver type:DynamicProblem:I have tried multiple times to a new add driver in already generated code generator,I get the..
↧
↧
How do I use the code in the MCC generated files ? (Martin Pedersen)
I hope somebody can give me a hint, how to use the code in the MCC generated files.I want to make a mpx routine for an LED display using TMR0 interrupt.From the file: Interrupt_manager.c I can see all is set up and I think I sould call this: void interrup..
↧
MCC Code Configurator (NewToC)
I am trying to start an MCC project with a PIC32MX795F512L chip, but I get the following message: "The device used in the selected main project is not supported by the currently loaded peripheral libraries" I have downloaded the PIC32MX library, but canno..
↧
mTouch with MCC using CVD with Two guard ring output drives (jpax)
The PIC12LF1552 uses two outputs for the Guard Ring. That's the way my PCB is laid out. The MPLAB Code Configurator only lets me turn on ONE pin on the Tx Guard line in the Pin Manager Grid. How do I tell it I need to use both pins Guard A and Guard B, as..
↧