Question about MCC generated code for SPI using PIC24F (ezedhill)
I used the MCC to setup the SPI1 on a PIC24F. I can see the clock and CS signals, but no data on the MOSI line. I set the PIC up as the master in 8 bit mode. I'm using the function, SPI1_Exchange8bit(...
View ArticleMCC oddities when using TCP/Lite and PIC16F18446 (obones)
Hello, I'm trying to use the MPLab Xpress PIC16F18446 board (A08-2889) to acquire a serial signal and send it over a local ethernet network.Using MCC inside MPLab (installed last week), I was able to...
View ArticleQuestion about MCC generated code for SPI using PIC24F (ezedhill)
I used the MCC to setup the SPI1 on a PIC24F. I can see the clock and CS signals, but no data on the MOSI line. I set the PIC up as the master in 8 bit mode. I'm using the function, SPI1_Exchange8bit(...
View ArticledsPIC33EP512MU810 (S12345S)
showing below error while opening MCC for dsPIC33EP512MU810 microcontroller.the project device is not supported by currently loaded libraries.but i downloaded all libraries from website...
View ArticledsPIC33EP512MU810 (S12345S)
showing below error for MCC for dspic33ep512mu810 microcontroller.the project device is not supported by currently loaded libraries. but i downloaded all libraries from website...
View ArticleIs MCC just a complete waste of time? (Charlie E)
Does anyone else feel that MCC is just a complete waste of time? I was porting an existing project to a new processor, because I needed some of the features (I2S) the new processor had. I made the...
View ArticleMultiple Definitions Issue with EZBL (mamaglio@mphindustries.com)
I had the EZ bootloader working for a USB MSD update on my PIC24FJ128GC010 chip so that was all good. Then I started using the MCC and added peripherals. I generated my MCC files and added the #include...
View ArticleBUG: PIC18F26K80 & PortB nRBPU (cintet)
Hi, MCC3.85.1DEVICE: PIC18F26K80 The code generated for enabling Weak Pullups for PORTB set RBPU to HIGH. Here the MCC code: void PIN_MANAGER_Initialize(void){ /** LATx registers */ LATA = 0x0F; LATB =...
View ArticleMCC Lock-up (K3PTO)
I just tried to load MCC after being away for two weeks. It locks up. I get a blank Notifications and Pin Grid Manager window with a message "No Content in Table". After that I have to use Task Manager...
View ArticleMCC generated project will not compile (JeffADI)
Every time I try to create a project using MCC it will not compile without me making changes to the makefiles I can create a new project, select the micro, select the MCC, generate the code, then Clean...
View ArticleIs MCC just a complete waste of time? (Charlie E)
Does anyone else feel that MCC is just a complete waste of time? I was porting an existing project to a new processor, because I needed some of the features (I2S) the new processor had. I made the...
View ArticleMultiple Definitions Issue with EZBL (mamaglio@mphindustries.com)
I had the EZ bootloader working for a USB MSD update on my PIC24FJ128GC010 chip so that was all good. Then I started using the MCC and added peripherals. I generated my MCC files and added the #include...
View Article[SOLVED] 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 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 version 4.35 (phil111)
When looking for ways to manage my .mc3 files I came across this article. https://microchipdeveloper.com/mcc:peripheralconfigwhere it says that "With MCC version 4.35 and later, you can now save...
View ArticleCode Configurator PIC24F - GPIO Interrupt on Change (therisod)
Hi,When configuring the GPIOs I'm not able to select the options to generate an interrupt when there is a transition change on the input (also output) PINs.I'm missing something or there is a...
View ArticleCode Configurator PIC24F - GPIO Interrupt on Change - REVISITED 9/2019...
From a previous post on the thread "Code Configurator PIC24F - GPIO Interrupt on Change": Current versions: MPLAB X IDE: 4.20 MCC: 3.85.1 I am trying to implement a negative edge interrupt on RD6, pin...
View ArticleCode Configurator and Mikro-E Clicks Ethernet for PIC24 (Rickyz)
Its fantastic that the Code Configurator includes the Mikro-E mikro BUS range of interfaces. Is there any plan to include the SPI Ethernet? Thanks Rick..
View ArticleReport for MCC configuration (fsonnichsen)
I frequently have to compare MCC configurations or generate new ones similar to a prior one. Looking at the configuration file it is a clutter of xml code. Is there some type of report facility out...
View ArticleWhere the heck is the documentation for 1.55??? (shawty)
Ok, before I completley loose it, can some one tell me why it's so bloody hard to find documentation on Microchips Main site? http://microchip.com/mcc - fine every link I follow goes to here. So I...
View Article