Extrernal Graphics Implementation (bordlab)
Background: MPLAB X IDE v4.05, XC32 v1.44B, Harmony v2.05.01, PIC32MZ2064DAG169, PIC32MZ2064DAG169 starter kit with MEB. Background: I have created a small program that displays graphics to a display...
View ArticleClearing Focus on Button Widget (greg.chaney)
Hi All, MPLAB X v3.55 XC32 v1.42 MPLAB Harmony v1.09 Harmony strikes again...All I am trying to do is clear the focus on a button at a certain time in my code. I am trying to use the code below to...
View ArticleHarmonyV20501 MHC2052 Loosing ADC Settings for PIC32MZ (Paul PortSol)
Anyone have a patch for MHC loosing ADC settings for PIC32MZ? Everytime I open MHC to tweek the settings, I loose all my ADC settings for PIC32MZ (OK in PIC32MX).I posted a ticket for previous Harmony,...
View ArticleHarmony/SPI Question (BillP)
The Harmony help manual (Vol V) has a nice, understandable section on SPI. At the beginning of the section, it shows the data lines are MISO (Master In/slave Out), MOSI (Master out/slave in) and SCLK...
View ArticlePIC32 I2C communication protocole with PCA9685 (Endinar)
Hello I tried without success to communicate in I2C with a PCA9685 in order to generate PWM. MPLAB X IDE V4.00 HARMONY V2.05 PIC32MZ2048EFH144 PCA9685 From the harmony datasheet (Client Data Transfer...
View ArticleMPFS2 Image 'Processor ID not specified' (kmuranyi)
Hardware:PIC24FJ256GB106MRF24WG0MA I have an older project and I'm trying to change custom webpages. It looks like the webpage directory needs to be converted to a MPFS2 Image looking at the current...
View Article"The selected harmony path is invalid" ???? (jcbryant)
I'm trying to set up for adding Harmony files to an existing project (created as per the tutorial) and have selected Tools>Embedded>Harmony Configurator. This gives me a pop-up saying that the...
View ArticleFocaltech FT5316 capacitive touch (jiggoly)
Hi, first of all the background: - Custom board with PIC32MZ2064DAG176- 800x480 WVGA display with FT5316 touch panel attached.- Touch panel connected to I2C_ID_1 (RA14, RA15).- INT connected to RD7...
View ArticleHow do I [build the USB device bootloader for the PIC32MK]? (JPortici)
Hi,Harmony 2.04 added an usb example for the PIC32MK series (using the PIC32MK GP board, which i have)I was able to get it to run and then strip away everything i didn't need so i can use it as a base...
View ArticleBSP XML Specification (BillP)
I am trying to understand how a BSP is constructed so I can modify an existing one and/or create a custom BSP. The path ends with the bsp.h and bsp.c files in the current project. Backtracking from...
View ArticleUSB Bootloader works with some USB sticks but not others (AHancock)
Background: Harmony 2.05, XC32 2.05, MPLABX 4.10, PIC32MZ2048EFH144 The previous version of our CPU card uses a PIC32MX695 and MLA. It uses a boot loader to load applications through USB. It works with...
View ArticleTrouble Setting Up I2S (Geomancer)
Greetings, I'm having some trouble setting up the I2S audio protocol in Harmony. All the help files I've been able to find show that I2S should be an option under Drivers, however, it is not there....
View Articlempfs on sqi (friesen)
Any thoughts about why mpfs is a total failure with the sqi and sst26 driver on harmony 2.04? is this a non supported combo? Its likely because of cache coherency, but I havent found a fix...
View ArticleNo TimerCallback in Tutorial, LED Toggle [Creating Your Own Applications,...
Hello,recently I tried to follow the tutorial in order to get the test application (LED Toggle) using Harmony 0.70.01b. Now I got stuck on some missing timer callback in app.c.After some hours of...
View ArticlePIC32MZ USB-MIDI Device is hanging applications (jkinkennon)
I have been migrating a PIC32MX MIDI encoder/decoder to PIC32MZ2048EFM100 using Harmony v2_05_01 on MPLABX 4.15 and compiler XC32 v2.05. MIDI is via USB-MIDI using a modified Vendor example project and...
View ArticleI2C driver hangs to DRV_I2C_BUFFER_EVENT_ERROR in harmony (sanket.meher111)
hi, I have generated I2C driver in harmony. I need to write data in eeprom continuous at 5 different location continuously. But my code hangs in DRV_I2C_BUFFER_EVENT_ERROR event....
View ArticlelaLabelWidget_SetText causes crash (rbmisc)
I have implemented the following code from aria_counter example into my application:laString str; sprintf(charBuff, "%u", tickCount--); str = laString_CreateFromCharBuffer(charBuff,...
View ArticleGetting freemarker.core.InvalidReferenceException when converting CAN...
Has anyone successfully generated code for a CAN project with Interrupt Mode enabled along with Third Party Libraries configured for FreeRTOS? I'm using Harmony 2.05 and ran into this issue when...
View ArticleUnable to Mount USB (bordlab)
Background: MPLAB X IDE v4.05, XC32 v1.44B, Harmony v2.05.01, PIC32MZ2064DAG169, PIC32MZ2064DAG169 development board with display. I am trying to get a USB device to auto mount. I have tracked it all...
View ArticleHarmony can not find plib_ports.h (Kipton Moravec)
Harmony generated my sys_ports.h file. In there it has a line:#include "peripheral/ports/plib_ports.h"And I get a warning that it can not find plib_ports.h With a little playing around I determined it...
View Article