Hi,I'm configuring the SPI Clock frequency of PIC24EP512GP204 using MCC v3.25 in MPLAB v3.45 but, if the clock goes over a certain frequency (in my case over 10MHz) the MCC shows the attached warning.I configured the oscillator to have Fosc = 140MHz so th..
↧
SPI Clock Frequency Warning (cinpezzo)
↧
PIC 8 Bit - IOC Issues (Allexubes25)
I know im not on the right forum page,but i cant seem to open a new page with my question.I have a problem with setting up the MCC on MPLABX 3.55 C8. is giving me the following error message,and i know it has a problem with the libraries,but i dont really..
↧
↧
Extended Sampling Time (PIC_Fan2016)
Hi guys,does any one know how long is the Extended Sampling Time of ADC converter? Im using PIC18F97J94. Thank!..
↧
Interfacing PIC18F4550 and MFRC522 (shreyaravi)
Hello! I am trying to read the version register from the MFRC522 using SPI in PIC18F4550 to check if there is a connection established between them. But when I display the read value in a LCD the value displayed is " : ". Can you guys help in resolving it..
↧
Migrating from old MCC to MCC v3 (craigjbradley)
I have some older projects using the original MCC. MCC v3 doesn't seem to recognize the configuration files. Does any know how to get MCC v3 to load the old files? Tnx,Craig..
↧
↧
EUSART Use With Interrupts (Ted M)
I'm using MCC-generated code for EUSART on a PIC18F27K40 and I've checked the box to enable EUSART Interrupts. What I'm looking for is simple guidance on how to send and receive bytes over the USART. These lines in my main.c work right now rx_char = EUSAR..
↧
I2c Code stuck with status==I2C2_MESSAGE_PENDING (CScotty)
I'd like to use the Code Configurator's generated code for I2C, whilst it's more than I need there seems to be no good justification for re-inventing the wheel. My code is based very closely on the example in the header file and it see it gets stuck with ..
↧
PIC18F26K22: MCC how to disable ECCP1 PIN in TMR1/compare mode ? (j2423)
Using the MCC, unable to disable the ECCP1 pin. Datasheet PIC18F26K22 says: 14.2.3 SOFTWARE INTERRUPT MODEWhen Generate Software Interrupt mode is chosen (CCPxM<3:0> = 1010), the CCPx module does not assert control of the CCPx pin (see the CCPxCON registe..
↧
"Click into MCC" problem (Dr_Sian)
I'm trying to get up and running with adding Click boards to projects using MCC.Having failed with the Weather click, I tried to replicate the DiffPressure click video on YouTube - the "how to" #1 video.When I add the Diff Pressure click board to the MCC ..
↧
↧
LIN LIBRARY SUPPORT USING MPLAB CODE CONFIGURATOR (sutarabhijit1)
hey i am using lin library of mplab code configurator . i use 18f24k22 pic with pickt3 debugger. i made communication between master and slave but i did not get any response from slave when i debug Lin master library it does not go to the Lin_getpacketin ..
↧
did not get data from LIN SLAVE TO LIN MASTER (sutarabhijit1)
hey i am using two 18f24k22 pic mc with mcp2021500 lin trans-receiver ic. one board is master and another is slave.for this i used mplabx ide v3.55 with mplab code configurator v3.26.2. from mcc i got lin library and with refrence of 2059A pdf i made the ..
↧
PIC18F97J94 Support (AE Engineering)
Support for this part is long over due. Any beta versions available? Request was made a couple years back for this part to be supported by others...
↧
EUSART read and write using MCC 3.26.2 and PIC16F1778 (PStechPaul)
I am trying to use the EUSART of the PIC16F1778 with interrupts to avoid time delays for transmitting strings, and polling for receiving characters. Here is the code generated by MCC:(In interrupt_manager.c) else if(INTCONbits.PEIE == 1 &&..
↧
↧
MCC I2C (sascha_focus)
Hello,I have some problems / questions about the I2C code of the MCC.
To read / write a byte I use the following code: //
#define buffersize 20
static unsigned char writeBuffer; //Buffer for I2C writing.
static unsigned char readbuffer;..
↧
I2C with Microchip Code Configurator - RTCC (Dirkiek)
Hi Guys, I'm learning to use the I2C communications of my PIC18F46K22. I would like to read and write to a RTCC. Is there a tutorial or link that I can work trough that can assist me in learning how to use the MCC generated functions for the I2C comms?..
↧
PWM Bug in MCC V3.26.2 with dsPIC33EP128MC506 (JT)
Hi, I lost 2 days on trying to use PWM2 output... the initialization code generated in pwm.c PWM_Initialize() is wrong for registers IOCON2 and FCLCON2.And it will be better to enable the PWM (PTCONbits.PTEN) at the end of the initialization instead of at..
↧
MCC UART module (Severino)
I'm trying to configure a dsPIC33EV256GM102 using MCC v3.26.1 (in MPLABX v3.60). In the UART module I'd like to set register U1MODE to TX_RX_RTS, but the only available option is TX_RX.I know I can override the generated file uart1.c, but I'm surprised th..
↧
↧
Issues using Unified Bootloader Host with MCC generated bootloader (FabianL)
Hello, I'm using pic16f18326 with mcc generated bootloader (new reset vector at 0x300 - all working well) and I'm somewhat struggling with the existing Unified Bootloader Host Application (0.1.3). At some points I found that the commands sent from the Uni..
↧
Getting error message trying to use MCC with PIC24HJ32GP202 (electronicsArtist)
Hello I am beginer embedded programmer I am trying to use the Code Configurator plug in on mplab but i get an error messgae saying MCC doesnt support device I am wondering does is MCC only for certain microcontrollers?I am using PIC24HJ32GP202..
↧
PIC32MM and ADC using MCC (Claudio one)
Hi guysI'm starting to use the 32MM series , very nice MCU , i understand almost all and it's working but i have just a problem with ADC and i suspect in a bug or my fault but i don't understand the problem. First consideration and settings :The PIC32MM00..
↧