MCC version: 3.45.1MPLAB X version: 4.10Operating System and version: Microsoft Windows 10 Pro 10.0.16299 Build 16299Compiler version: XC16 v1.33Device name: PIC24FV16KM202 Steps:Using MCC to configure MCCP1 for this Device.Mode Selection: Compare.Mode: D..
↧
MCCP Setup gives wrong C Code (Mollering)
↧
MCC SPI SPIx_Exchange16bitBuffer() failure (BumpSplat)
Has anyone gotten these functions to work? dummy_stuff = SPI2_Exchange16bit(data); // This works but is limited to 127 byte transfers. My buffer pass operation is verified to pass through the 256 times but only 128B of data are read back from my flash. du..
↧
↧
dsPIC33 DMA SPI problem (MateuszPaczynski)
Dear All, I tried to implement a simple program to learn how to use a DMA feature. I planned to send data to DMA, and I hoped that DMA will automatically send data to the SPI buffer. Firstly, I have checked an SPI functionality. It was sending data to the..
↧
Getting started with MCC - can't build blank project (ttshaw1)
Hi, I'm trying to make a simple project that'll run a timer, generate an interrupt every second, and toggle an LED in the timer interrupt service routine. But I haven't been able to get the project to compile at even the most basic level. MCC version: 3.5..
↧
dspic33ep512mu810 plugins failed (Typhoon5)
Dear Sir, I download this plugin (pic24-dspic33-pic32mm-1.55) and try to apply it into MPLAB X IDE but failed, any suggestions? andI did check this MCU compare with dspic33EP512GP710 seems the difference is miner can I use GP710 for configurationand addin..
↧
↧
USB-lite in MCC (catweazle)
Hi,It would be grat if USB-HID will be added to UAB lite in MCC. HID does not need to provide a inf and a cat file which is a great benifit. CDC and vendor, which is already present, does not offer this advantageregardscatweezle..
↧
USB Host Lite (BumpSplat)
Is there any documentation showing the use of the USB Host Lite code generated using MCC? I'm struggling to use it as I'm trying to start a new application. I must be missing something.....? Thanks in advance, -T..
↧
Upgraded to MPLAB X v5.00 Now Project is broken (andig)
I am getting the build error : module build/default/production/mcc_generated_files/device_config.p1 defines no symbols (warning)Compiler is XC8 v2.00 (ProTrial) / in C99 mode / CCI disabled MCC generated file device_config.c exists but module build fails...
↧
Concerned about LoRa support.activity.tools.etc (juevosrancheros)
I am kicking off another Microchip project...or at least I was headed that way: got my IDE upgraded, got all my Java issues under control...feeling good about getting started, but...when I look at the support for LoRa (2ea app notes, a couple of cod..
↧
↧
Adding MCC USB and getting it running (caron.r.williams)
PIC24FJ256GB206 -- MPLAB X 4.15 -- MCC v3.55.1 -- USB Framework Lite v1.25.5MCC previously used in this project to set up basic system, I/O pins, Timers, ADC, etc. - all working well. What I want to do is have my device work with my PC just like it would ..
↧
usb_device.c does not compile with XC 2.0 (pavel.cernohorsky)
Device: PIC18F25K50, latest versions of all the SW. For detailed environment and steps to repro specification, see my previous post: https://www.microchip.com/forums/m1057526.aspx Now the problematic file is usb_device.c. Compilation fails on the followin..
↧
interrupt_manager.h does not compile with XC 2.0 (pavel.cernohorsky)
Hi, I have newly started project with PIC18F25K50, MCC version 3.55.1, MPLABX version 4.20. In MCC, I have set up only oscillator frequency, I added MLA USB Device Lite, I used workaround described in https://www.microchip.com/forums/m1049605.aspx and res..
↧
How to use buttons on Automotive Networking Development Board (PIC18F66K80) (VMC)
Hello, I am looking at the Automotive networking development board (ADM00716) and the demo firmware for the PIC18F66K80 100 pin PIM. I have attached the zip file of the example code. It currently just flashes some of the LEDs. I want to use the switches t..
↧
↧
BUG REPORT: PIC18F25K42 I2C (immesys)
The code generated by MCC for the PIC18F25K42 has a bug in the I2C driver. The code never clears the PCIF flag that is set when an I2C stop condition has completed. As a result, back-to-back calls to the I2C driver can result in the stop/start conditions ..
↧
XC8/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 working. I have almost all other peripherals down cold..
↧
Adding MCC USB and getting it running (caron.r.williams)
PIC24FJ256GB206 -- MPLAB X 4.15 -- MCC v3.55.1 -- USB Framework Lite v1.25.5MCC previously used in this project to set up basic system, I/O pins, Timers, ADC, etc. - all working well. What I want to do is have my device work with my PC just like it would ..
↧
MCC MSSP multiple clock speeds (Peaches41)
Hello all! I have recently begun the task of working w/ embedded C programming as I was a long time assembly language user w/ PIC16/18 microcontrollers. I like the ease of use and layout of the MCC and find it will be beneficial in my programming in the n..
↧
↧
MCC SOSC configuration (tpe)
Hello, I want to use SOSC for Timer1, while INTOSC for main clock. While I can easily configure main clock to INTOSC, I didn't find where to ask MCC to configure SOSC. Pins remains unused and I can't manually affect them to SOSC. Can you guide me to find ..
↧
PIC18 TCP/IP lite stack stops responding after 8-9 hours (forgo.ferenc)
Hello, I would like to make an ethernet communication between a PIC18F45K22 (or PIC18F46K22) and a PC with an ENC28J60 controller. So I started with the MCC, and generated a TCP/IP lite stack for PIC18F45K22. Everything looks nice, until 8-9 hours of work..
↧
RN4871 Click support? (rcooke88)
Hi Folks, I'm new to the Microchip universe so please excuse me if I ask some dumb questions. We're starting a new project that will use the PIC16F18345 chip and we'd really like to use the RN4871 Click module. I noticed that there is no RN4871 Click entr..
↧