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 displays a filled green square in the center of the TFT on ..
↧
How to get the PMP to work with custom display? (RodoPIC)
↧
How 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 Libraries (V1.0.0) in XC32 v2.10, but the above progra..
↧
↧
DRV_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) )
SYS_CONSOLE_Write(SYS_CONSOLE_INDEX_0, 0, &ch, 1);
break..
↧
How 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..
↧
PIC32mz 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 longer recognizes the responses that are received from th..
↧
↧
2.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 something isn't quite right perhaps. I have HID and MSD host c..
↧
FreeRTOS + 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 Net Server from TCP/IP Stack and WolfSSL as Encryption ..
↧
Harmony 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 useful to implement in the auto-generated code, or have..
↧
PIC32MK 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 QEI is not supported by Harmony. Is the QEI going to b..
↧
↧
Bootloader 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 version it fails after a minutes the USB is reset (i..
↧
Line 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...
↧
Static 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 write parameters to the slave board and to read it's stat..
↧
Harmony 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 installedMPLABX IDE v4.20
Harmony Framework v2.06 MPLAB X..
↧
↧
First 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 good!..
↧
Harmony 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 the APP_Tasks() the state machine appears to show that ..
↧
HTTP 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 MPLAB-xCan I add the led's and switches or do I have to ..
↧
MHC 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...
↧
↧
ImageWidget 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 has 5 ImageWidgets as light indicators on screen and i..
↧
awsFreeRTOS 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 Microchip there is an awsFreeRTOS demo "bundle" that include a..
↧
pic32 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 ?..
↧