GPU ON/OFF (kuku)
Hi, I make simple test project with one picture and I see that drawing at TFT is slowly (~0,3s). In harmony I have set Graphic processor to Nano2D. What I must to do more?. In coffe maker I see this...
View ArticleHarmony Live Photoframe Tutorial source code needed (WalterH)
Hi, I found the Harmony Live Photoframe Tutorial: http://microchipdeveloper.com/harmony:live-photoframe-intro#download unfortunately the Lab Source Files and Solutions do not exist, I only get an...
View Articleconnection close not working in tcp client (aruner92)
Hi, i am using PIC32MZ EF - crypto and the sample program is tcp client.tcp connection close is not happening In APP_TCPIP_WAIT_FOR_RESPONSE , if (!TCPIP_TCP_IsConnected(appData.socket)) try to access...
View ArticleHamony does not detect some SD card brands (jonger16)
We are using Harmony (v1_04_02) on Microchip the PIC32MZ MCU and SD card support via SPI mode. We found that the file system of micro SD card brands SanDisk an Intenso cannot be read. Harmony does not...
View ArticleWhat Is a Driver (according to Harmony)? (BillP)
As some may know from my other posts, I am trying to unravel the WiFi drivers that can be used with the Curiosity PIC32MZ board, which has an MRF24WN chip. The AWS board has a second Wifi Chip, the...
View ArticleH2.06 Display at 90deg and resistive touch setup (jtzeng)
I am looking at re-starting a project that works grate under H1.8 that uses a 480x272 (controller less) at 90deg with resistive touch.I have seen quite a few post about issues with resistive and 90deg...
View ArticleQEIs missing in MHC pin table for PIC32MK1024MCF100 (twelve12pm)
It appears the MHC pin table does not include this part's QEIs (i.e., the signals QEA1 thru QEA6, QEB1 thru QEB6, INDX1 thru INDX6, and HOME1 thru HOME6). I did a bit of digging and it seems the file...
View ArticleHow to Disable/Enable ICMP in Harmony V1.11 (NKurzman)
Is there any easy way to disable and enable ICMP Ping in V1.11?I do not want it to respond to a PING when it is disabled. TCPIP_ICMP_Initialize() and TCPIP_ICMP_Deinitialize()?..
View ArticlePIC32MZ USB MSD example (SScheiff)
I am trying to get the MSD basic example to work on my custom board to verify that my hardware is correct. I have been able to successfully run the example on the PIC32MZ starter kit, so I know the...
View ArticleCRYPT_RNG_BlockGenerate 2.04 failure (friesen)
I am finding that after some period of time(10 hours, every 25ms) I am getting failures on CRYPT_RNG_BlockGenerate using Harmony 2.04, FreeRTOS 10 and PIC32MZ2064DAH176. These failures are happening in...
View ArticleHarmony USB host and multi devices (chri)
Hi,I see that with Harmony framework it's possible to handle more devices connected via a HUB, but is it possible to read and write from multi devices of the same type ( for istance 2 audio devices )....
View ArticlePIC32 MZ Series : Write to SD card not working (Anil Joseph)
Hi All, I'm trying to interface an SD card with PIC32MZ series using SDHC Host Controller harmony library. I could see that, SD card is successfully mounted and I'm able to read data from SD card. The...
View ArticleHID + HID composite device (yts)
Environment: MPLAB X IDE v5.05, Harmony v6.02, XC32 v2.10, PIC32MX270F256B-50I/SP. I am developing a HID+HID 2 interfaces composite device by using PIC32MX270F256B-50I/SP: When some characters are sent...
View ArticleCorrupt displaying images from external flash (RUrbas)
Hi there. I need to display images from external (SPI) flash which have transparency. While in internal flash stored images seem to work without a problem, same images, stored in external flash do not...
View Articledetails regd. the harmony configuration (aruner92)
HI, I am new to pic32mz ef starter kit harmony 2.06 and stuck with the harmony configuration.any detailed document for the peripheral configuration like setup adc and i2c in various mode.I want to set...
View ArticleFYI: Harmony I2C Driver Baud Rate calculation error, PIC32MZ DA (rmorley78)
I been having trouble with the Harmony (v2.05) I2C driver, for the PIC32MZ2064DAH176. I started tracking down the problem and along way I noticed that the Baud Rate register had the wrong value, since...
View ArticleMPLAB X Harmony Configurator Problem (GrahamH)
Windows 10 MPLAB X IDE v.5.05 XC32 v2.10 Harmony 2.06 MHC 2.0.6.0 I am trying to create a new project framework in 2.06 so I can port an old project to Harmony 2.06. I am using a DP83848 as the...
View ArticleLCC - reduce flicker. (luker)
Hi forum, you know the type of flicker that comes from a display refresh at just the wrong time. When you erase a display area to draw something different there and the display refreshes just in...
View ArticleHow to Disable/Enable The Web server in Harmony V1.11 (NKurzman)
They are doing a security scan, so this came up to.I need to disable the Web Server and Close Port 80. TCPIP_HTTP_NET_Deinitialize() ??? If so can it be brought back up? Or is it the same issues as...
View Article