Temperature Indicator Module AND Device Information Area (VincenzoV)
Hi all I need to read temperature from Temperature Indicator Module AND read data from Device Information Area in PIC18 K42. Latest MCC, compiler and MPALBX. ADCC work in Burst Average Mode, with...
View ArticleIssues in Generated Code with "SD Card Library" and "FatFs Library" (ToolLabs)
I have encountered a couple of issues during building a code which handles sd card. I am happy if I would have clues to resolve the issue. Followings are the steps I have tried.1. Generate the new...
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 ArticleXC8/MCC I2C Foundation Services Library Documentation and/or Examples (btribley)
MCC version: 3.55.1 MPLAB X version: 4.05 Operating System and version: MAC OS X 10.13.3) Compiler version: XC8 1.45 Device name: PIC16F1847 I am having big-time trouble getting MSSP1 I2C Master...
View ArticleQuestion regarding Pin Manager generated code (eko)
Hey guys! When I look at the generated "pin_manager.h" file I see stuff like this everywhere: #define P2B_SetHigh() do { LATC0 = 1; } while(0) So why this single run do-while-loop? Where is the...
View ArticleMCC configuration for the Explorer 16/32 (Vegas Mike)
Anyone prepared an MCC configuration for the Explorer 16/32? Working on a demo project and using the Explorer 16/32 development board. Would really help to have an MCC configuration file available so I...
View ArticleXC8/MCC I2C Foundation Services Library Documentation and/or Examples (btribley)
MCC version: 3.55.1 MPLAB X version: 4.05 Operating System and version: MAC OS X 10.13.3) Compiler version: XC8 1.45 Device name: PIC16F1847 I am having big-time trouble getting MSSP1 I2C Master...
View ArticleADC not generating custom names. (eclipse80)
Unless you open the ADC tab the MCC does not generate the custom names, it will only generate the default ones like AN0. In the picture i use AN4 and named it "channel_AN4_BAT", this does not get...
View ArticlePIC24FJ256GA606... (Masaya Tanaka)
I am using "MPLAB Code Configurator" to create Project.The code does not advance from āwhile (OSCCONbits.LOCK != 1);". void CLOCK_Initialize(void){ //Temporarily switch to FRC (without PLL), so we can...
View ArticleInclude's added to Main (jtzeng)
Why are the includes for all the peripherals not included in the main?I think system.h is, but none of the others.Is this normal for MCC during generation?Is there a way to add them during generation?..
View ArticleBM62 MFB button configuration ui settings (Ali_king)
Hello, I am looking for a way to arrange the UI settings for the MFB pin. i want it enabled as a button. for a short press it should wake up the bm62 from being off and then a long press should start...
View ArticleBM62 Blue tooth low energy disconnections (Ali_king)
Hello, I am experiencing disconnections from the BLE after a random time period. I have been connecting to both apple and android phones.the only thing i see before this disconnect happens are the...
View ArticleHi All, how do I request a PIC be supported by MCC ? (18F8722) (Diesel888)
Hi, I'm new to this forum.. I'm experimenting with PIC 18F8722 for a personal project..I'm using MPLAB IDE X and XC8... and it seems this MicroController is not yet supported by MCC.I can't seem to...
View ArticleHow to request PIC added to MCC support? (Diesel888)
Hi All,I'm a new user and am working on a pet project with the PIC 18F8722.Unfortunately, this is not yet supported in MCC.Is there a proper channel to request MCC support?The 18F87K22 version is...
View ArticleMCC interrupt callback code (theozed)
Hi All, MCC seems to be inconsistent in the code that it generates for handling interrupts for different peripherals. I plan on using the ADC interrupt, and wondering where to place my own ISR code...
View ArticleADC tab, Customer Name(AN0) incorrect (hungChun)
Hi,MPLAB X IDE 5.10MCC 3.66 I change the name of AN0, AN1, AN2 in Pin Modlue tab, and goto ADC page tab. The Custom Name field of AN1, AN2 are correct, but AN0 remain default value, shown in attached...
View Articledspic33ch512mp505 DAC output MCC configuration (debugginglife)
Hi, I would like to get analog DC voltage output by pushing data into DAC DATA register. I cant figure out the settings via MCC. For example i will not use comparator (value will be calculated inside,...
View ArticleTrying to Understand How MCC includes Device Config Registers (racingsubby)
Hi. I'm a rookie at C code. Everything I've done usually only includes 1 source file, the main.c. My understanding is that to access functions in other C files, you include the header file the declares...
View ArticleBUG REPORT: ADC channels are swapped on generated code (MCC v3.75 &...
Hello all.I don't know if this has already been reported or not, but it could be useful for those who arrive here from google.Generated code for ADC channels AN4 and AN5 is swapped by MCC v3.75 when...
View ArticleCan't import/export configuration (Bromson)
Hello, I am having trouble with the MCC. I know that you can import/export configurations on the MCC, but the option that not appear in my MPLAB X (see below). The MPLAB X in my coworker's does have...
View Article