How to get the PMP to work with custom display? (RodoPIC)
Hi all, This is for mplabx 4.20, mchc 2.06, xc32 2.10 and PIC32MZ1024EFG100. I have a custom board that I made to connect to a TFT display (16BPP, RGB565). The display works fine if I use EBI. It...
View ArticleHow can I make the Harmony project use the old PLIB function? (PSIR)
Hello everyone: After building a Harmony project, I hope to compile the following line of old PLIB functions. Is there a way? OpenTimer3(T3_ON | T3_PS_1_16, PWM_PERIOD); I have installed Peripheral...
View ArticleDRV_USART is not operational in the interrupt mode (hutorny)
A simple echo application works as expected in a non-interrupt mode and hangs in the interrupt-mode char ch; if( SYS_CONSOLE_Read(SYS_CONSOLE_INDEX_0,0, &ch, 1) )...
View ArticleHow to use the OnFocus event on a TextFieldWidget? (epareja)
Hello, I'm using Harmony 2.06 and I want to make visible a keypad widget when a text field is focused. Anyone can help me with that?Thank you..
View ArticlePIC32mz NTP Client not recognizing responses from server (ajones)
I have pic32mz1024efm100 on custom pcb based off of the pic32mz ef starter kit running harmony 2.02b. My NTP client always works fine for the first, sometimes second query. After that, my client no...
View Article2.04 USB HID crash on detach (friesen)
Does anyone have some pointers on what in the usb HID stack is trashing memory on detaching HID? The MSD part works as expected. In harmony config, I have a pretty standard setup it seems, but...
View ArticleFreeRTOS + HTTP Net Server + WolfSSL for HTTPS (Tina)
Based on the app “tcpip_client_server” for FreeRtos provided by Harmony 2.02bI am trying to configure an HTTPS Web Server for Starter KitPIC32MZ2048EFM144 Device, where I am using, as suggested, HTTP...
View ArticleHarmony generated FreeRTOS xTaskCreate return value (TedT)
It appears that Harmony does not consider the return value of xTaskCreate. It would be useful to look at the return value to determine if memory was allocated successfully. For example, this might be...
View ArticlePIC32MK Quadrature Encoder (Aaron Hancock)
I am redesigning an existing product that uses a PIC24 and a dsPIC33. I would like to replace both with a PIC32MK1024MCF100, specifically to use the Quadrature Encoder (QEI). I read elsewhere that the...
View ArticleBootloader Issue 32MZ EFM (AccioRW)
Hi All !! I am getting a similar issue to (https://www.microchip.com/forums/m1044212.aspx) with the bootloader USB Device Hid, im using Unified bootloader 0.1.8 but when it tries to read the bootloader...
View ArticleLine Graph Widget (d.pagliai)
Someone knows how to use the Line Graph Widget introduced into Harmony library revision 2.06? I need an example. Thanks...
View ArticleStatic I2C slave problem (Kaws)
Hello everyone, I'm trying to build a setup with two PIC32 based boards (PIC32MZ2048FH064 as Interface board and PIC32MK1024GPE as PWM generator). I would like to use I2C as a data exchange bus (to...
View ArticleHarmony Framework v2.06 Lock-up Issue (jeffrey.weaver)
I have uninstalled and reinstalled (manually, several times) the Framework and the Configurator with the same 'lock up' issue described herein. As recommended in the Harmony v2.06 Release Brief, I...
View ArticleFirst Impressions of Harmony 2 (Rafauy)
-My code size decreased to 15% from 17%.-The random reset issue I had seems to have dissapeared.-The SQI driver was added and also the SST26.-I had no issues migrating the code from 1.11. So far so...
View ArticleHarmony TCP/IP not getting IP address (SScheiff)
I am using a PIC32MZ EF Starter kit (DM320007) and Harmony 2.04. I am trying to get the TCP/IP webserver example going and I am having a few issues. I am able to compile and run the code. In app.c in...
View ArticleHTTP server requires 3 leds and switches. (nigelwright7557)
I have tried in MPLAB-X harmony to add http server.When I do it gives compiler errors as it cant find the 3 leds and switches it needs to function.I tried adding a new BSP but that didn't show up in...
View ArticleMHC Generates Duplicate Code (Aaron Hancock)
MHC 2.05 - Why does MHC generate duplicate lines of code for port configurations and what can I do about it?The the picture attached...
View ArticleImageWidget strange behavior (jiggoly)
Background:- MplabX 4.20- Harmony 2.06- XC32 2.10- PIC32MZ2048DAH176 custom board Hi all, I have a strange behavior using ImageWidget (changing images in code). First of all, let´s assume that the App...
View ArticleawsFreeRTOS and Harmony (BillP)
I was intrigued by the Amazon (AWS) announcement that they are taking over FreeRTOS and providing a comprehensive development package that works on multiple vendor platforms. Specifically, for...
View Articlepic32 and harmony, what to do next ? (nigelwright7557)
I have created a new project using harmony.Managed to set up I/o pins correctly.Set system to have USB and A2D drivers.I don't know what to do next.How do I receive and transmit USB packets ?..
View Article