Understanding how to use UART code generated by MCC (W5CBF)
Hello Forum,I just started learning PICs. I am learning PIC24FJ256GB110. I am trying to understand de UART code that is generated by the MCC and then develop my first application from this code. I need...
View ArticleProblem with MCC3 (IvanP)
I created a code with PIC16F1938, i set 3 GPIO in MCC3 and i press generate . When compile appears a list of error in mcc.c file.I don't understand! Best regardsIvan..
View ArticleOdd issue with MCC and debugging (ssagerian)
Not sure what caused this but when I run the debugger I get the following messagesTransmission on endpoint 2 failedConnection Failed.If the problem persists, please disconnect and reconnect the ICD 3...
View ArticleMCC bootloader for PIC18F67K40 (caiser01)
In the recent past, I've successfully used MCC to generate a bootloader for the PIC18F45K22. I'm now trying to do the same for the PIC18F67K40 but I've run into some difficulty. I'm following the...
View ArticleMCC loses / changes Custom Names on GPIO (I/O Pins) (pchidley)
Using MCC 3.05 with MPLAB X 3.20, product using PIC24FJ1024GB610 I wanted the RTCC output to come out on a pin so I set the defaul RTCCOUT pin to a GPIO Output. My bad. You need to set it in the RTCC...
View ArticleCuriosity HPC dev Board (ViperARG)
Hi fellas, since the curiosity info page says 404 error page was moved to another site I dont know wich PIC model are compatible for HPC curiosty board. The PIC got OSCCAL lost and I had t throw it. In...
View ArticleHas anyone successfully used the MCC CRC driver? Seems broken. (nwetter)
There are no results for CRC when I search this subforum, and even no hits on google for the function names that I searched. After spinning my wheels for too long, I'm convinced that either there must...
View ArticleSUCCESS TO CRC-16MODBUS USING MCC (Alan.yu)
version of MPLABX : MPLABX-v3.61version of MCC: V3.26.4MCU :PIC24FJ256DA106 1.If you have a similar problem “how to creat correct CRC-16MODBUS project using MCC module”, you can get my actual project...
View ArticleWarnings from MCC generated code (dhpalmer)
Hello all,Started a project using a PIC16F1829, XC8, Free Mode.Used MCC to generate code for ADC, TMR0 and pin manager. Have never seen warnings from MCC code "right out-of-the-box".Can any one...
View ArticleMCC EEPROM functions for PIC18F25K42 are 8-bit but 256 k to address ? (j2423)
In memory.h generated by MCC for PIC18F25K42 there are the following functions. void DATAEE_WriteByte(uint8_t bAdd, uint8_t bData) uint8_t DATAEE_ReadByte(uint8_t bAdd) Yet the EEPROM has 256k ?? A...
View ArticleMCCP/SCCP Driver bug in MCC 2.10.3 (Controllers)
I am working on PIC24fv08km101 controller. I have to read measure pulse width of incoming signal using input capture. As i am new to embedded ,i am going step by step. First i have enabled Input...
View ArticleExplorer 8 demo code MCC hidden (brianpatch)
I can run the demo code but can only see a blank MCC window with no information on the peripherals used...
View ArticleMCC ADC3 click (MCP3428) I2C library, can read, but can't write (belkin)
Hello,I have been using PIC24F Curiosity development board which uses PIC24FJ128GA204. As I need to have differential amplifier, I am trying MCP3428. I have a setup of PIC24F curiosity board with ADC3...
View ArticleMCC support for 18F4550 (jluqueq)
Hello As I see in the MCC tool, there is not support for PIC18F4550 chip but there is for PIC18F45K50 This page for PIC18F4550 recommends to use PIC18F45K50 for...
View ArticleMCC module for i2c1 slave on the PIC18F25K42 : has it been implemented yet?...
i2c seems to be handled differently from previous PIC18's I've used. - Configure in MCC the i2c1 peripheral for the PIC18F25K42. - The "easy setup" tab is straightforward: it allows you to select...
View ArticleMCC Version: 3.26.4 Save confirmation Bug (cintet)
HI, Device: PIC16F1619MPLABX V3.60MCC V3.26.4Debugger: Pickit3 Everytime, after beginning a debug session, an annoying MCC Confirmation window ask for save MPLAB Code Configurator. Clicking Yes or No,...
View ArticleWhen will de PIC18F27J13 be supported by the MCC? (IgnacioFrances)
Will the MCC support all microcontrollers or will only support the ones with developement boards?..
View ArticleError message (subram)
Hi, This my first message in forum. I installed MCC. Creat a new project. Setup GPIO in MCC. Than I write code in main.c.( LED_LAT=BUTON_GetValue(); ) finally, I click Clean and Build Main Project...
View ArticleUSB CDC with MCC (markatk)
Hello, i want to run USB CDC on a PIC18F25K50. I got it to work with the MLA USB CDC framework. When I use the MCC generated files I cannot get CDC to work properly. I used the same configuration (12...
View ArticleMCC-generated I2C code has a bug (Daniel.K)
Hi,I just found a bug in a MCC-generated source which causes duplicate transactions between PIC and slave devices, but I don’t know where to report.The code is generated by choosing PIC16F18346 and...
View Article