Hello every oneMCC does not support PIC32MZ?i am using PIC32MZ2048EFM144 and harmony V2.06 with Mplabx ide v5.05. MCC plugin is downloaded but when i wanted to open it it gives me error:"The project's device is not supported by currently loaded libraries...
↧
PIC32MZ: MCC gives error (Shishi)
↧
PIC24 Timer Calculation for Period Count is off-by-one (RDS Cliff)
MCC: v3.65.1
MPLAB X: v5.0.5
OS: Windows 10, latest 1803Compiler: XC16 v1.34Device: PIC24FJ256GA610 Using MCC to calculate the Period Count to go into the PR1 register to generate a periodic timer1 interrupt.Clock source: FOSC/2 at 16 MHzPrescaler: 1:25..
↧
↧
BLE2 + PIC16F19156 doesn't look like they're playing nicely (rcooke88)
Hi Folks, If I use the PIC16F18856 chip with the BLE2 click board the MCC will populate the Pin Manager Grid View with the BLE2 pins CMD_Mdlp, Conn and Wake but if I make a new project using the PIC16F19156 chip, MCC doesn't fill in those pins and it thro..
↧
Will the MCC work with the PIC16F19156 and the BLE2 click? (rcooke88)
Hi Folks, I'm still having a problem getting the MCC to generate the necessary files when I add the BLE2 click to my project. If I use the PIC16F18556 the MCC will populate the Pin Manager: Grid View with the BLE2 in the Module column and shows the CMD, C..
↧
MCC with dsPIC33EP256MU806 (ASICAlex)
I am trying to start a new project with a dsPIC33EP256MU806. I updated to the latest version of MPLAB 5, but when I try to launch MCC with my project it says "The project's device is not supported by the currently loaded libraries....." These libraries ar..
↧
↧
MCC for PIC24EP256GP202 does not set Interrupt on change (Maldus)
I'm working on a PIC24EP256GP202 and I needed to enable the interrupt on change on the B15 pin.I wanted to use MCC since it seems to be the official and updated way to properly work with PICs; unfortunately it doesn't work. Setting the IOC on "any" in the..
↧
MCC v3.66 FOSCSEL issue with pic24EP512GP204 (cinpezzo)
Hello,
I just update MPLABx to v5.05 and the MCC to v3.66 (using core v4.56, compiler xc16 v1.35) and configuring a new project with pic24EP512GP204, using 10MHz external osc + PLL, the MCC configured the "mcc.c" file with FRC instead of PRIPLL..
↧
QEI Pic with MCC Support (fsonnichsen)
I am helping someone in need of the QEI feature of the PIC18F4331. My checking indicates that MCC does not support this MP. Perhaps I am not seeing it with the online PIC selection tools but I cannot find a PIC16 or 18 with QEI supported by MCC. Anyone kn..
↧
MCC does not generate code for INLVLx (jswanson)
PIC18F26K83MCC 3.66, Core 4.56, Lib 1.75 There are entries in the Register tab for the INLVLx registers, but MCC doesn't generate any code. Jeremy...
↧
↧
MCC creates a bad "#if (__XC8_VERSION
Hi Folks, It looks like the MCC will create a bad section in the PIN_MANAGER.C file. It creates: #if (__XC8_VERSION <= 1410)
typedef union {
struct {
unsigned T2INPPS :6;
};
struct {
unsigned T2INPPS0 :1;
un..
typedef union {
struct {
unsigned T2INPPS :6;
};
struct {
unsigned T2INPPS0 :1;
un..
↧
Custom Name (K3PTO)
I am just starting to use MCC so I may be doing something wrong. All of the pins in the Pin Module allow me to enter a Custom Name EXCEPT the one I want to use for a PWM output - OC2. Any ideas? I am using MPLABX 5.05, MCC 3.66 and Windows 10pro...
↧
Getting assembly code from MCC (Carsten22)
MCC is a great addition to tool chest. I however I have been using my old MPLAB versions for probably way too long and using older PICs that I am familiar with. Also I have been using MPASM and continue to use it as opposed to C. I am only now learning ho..
↧
memory.c EEPROM API functions only access to first 256 bytes for devices with 1023 bytes (cintet)
Hi, Device: PIC18F26K80MPLABX:5.05memory.c: @Summary This is the generated driver implementation file for the MEMORY driver using PIC10 / PIC12 / PIC16 / PIC18 MCUs @Description This file provides implementations of driver APIs for MEMORY. Generation Info..
↧
↧
PIC24 PWM setup using MCC (apku04)
Hello, I could use some guidelines to get started with generating a base for xx kHz PWM using MCC. The Most guide I search in google points at CCP module in MCC. However, there are no CCP module on the ver. I am using. Mplab x IDE = v5.05
MCC = v3.66
MC..
↧
MCC Multiple configuration sets (aeromorph)
Is it possible to have multiple MCC files/generated files for the same project? In the same fashion as compilation options? For example, a firmware that can be applied to two boards with different BSPs?..
↧
MCC generates Output Code for Input only PIN (andig)
For the MCU PIC24FJ128GB204 - QFN44 MCC allows RA4 and RB4 to be selected as Outputs while they are INPUT only pins. See the attached ScreenShot. What am I missing ??..
↧
MMC Part Support (BumpSplat)
I've been attempting to get code configurator working in a project that's targeting a PIC24HJ32GP202. I get the following warning."14:07:33.462 WARNING: The project's device is not supported by the currently loaded libraries. All library versions are avai..
↧
↧
MCC hanging on Mac OS X (IonutB)
Please be aware there is a compatibility issue between MCC and some of the applications which make use of the Mac OS X Accessibility interface (i.e. HyperDock, Magnet). Depending on the hardware configuration and the suite of Accessibility-using applicati..
↧
SDI (MISO) Signal is weird (douglashuang)
I got a 6DOF IMU click (ST LSM6DS333) and put it in mikro bus B on MicroChip Explorer 16/32 Development Board. I tried to use SPI2 but read nothing. My software tool is MPLAB X IDE V5.05 and MPALB Code Configurator V3. The SPI speed is 1 MHz. I use my osc..
↧
LIN 2.0 diagonstic frame (Jianxin.Pang)
Is it possible for MCC LIN driver 2.3 to use both signal frame and diagonstic frame ?Because for signal frame, Lin2.0 uses enhanceed pararity ,but for diagnostic frame it uses classic pararity . so i wonder when both signal frames and diagnostic(0x3C;0x3D..
↧