Toggle button question (rbmisc)
I have defined buttons to toggle. So I only expect a pressed when the button is first touched, which it does, and expect a release when it is pressed again. But, I'm seeing a pressed and release when I...
View ArticleUsing PIC32MZ2048EFM144 with ATWINC15x0 (fiutek)
Is it possible to develop application in Harmony and use Wi-Fi ATWINC15x0?Should ATWINC15x0 software be developed separately using Atmel framework and only set of SPI commands executed from Harmony?Is...
View ArticleDNS resolving to 0.0.0.0 (friesen)
Why is my dns resolving to 0.0.0.0? It is called like this char * URL = "www.google.com";IPV4_ADDR addr;dnsres = TCPIP_DNS_Resolve(URL, TCPIP_DNS_TYPE_A); then polled until...
View ArticleWith only one project in the list why must I set it as THE main project (Jim...
I do understand Harmony must only operate on the Main Project.If there is only one project there the answer would seem obvious ?Maybe it is Mplab X 4.0...
View Articlearia_showcase/configurations/DM320008/help! (TimH)
I know I have a lot to learn...but... I have purchased a MEBII and DM320008 (PIC32MZ2064DAA288) following advice from Microchip support, so I can see if the tools and processor are suitable for a new...
View ArticleProject Upgrade from 1.10 to 2.04 & Network Issue (egcasira)
I tried to upgrade a working project with custom hardware from version 1.10 to 2.04. After setting again the I/O pin configuration and adding an include file, everything compiled without any error or...
View ArticleSharing code (bblessing)
So some things didn't make it into Harmony 2.04 that I thought were good fixes, ones that I use regularly. As it stands, I have to haul these fixes over from one version to another. I'm ok with that,...
View Articleerror indicate when generating code with Harmony 2.04 (rbmisc)
I get the following when I generate code with Harmony 2.04. I never saw these with Harmony 2.03b. What has changed between the two? Adding file: croutine.c Result: Failed. Logical file system error....
View ArticleIncluding "DSP Fixed-Point Math Library" in Harmony Configurator generates...
I use a PIC32MZ2048EFH100 and as the heading suggests, when I include the DSP library and build the project I get errors such as : previous definition of 'mul16' was herestatic inline int16_t...
View ArticleJpeg image not being displayed .. GRC resource converter issue (Serge Etienne...
Hi all, I'm using a pic32mz micro to drive a 5.7" TFT screen and i'm unable to display jpeg images. The GRC executable is the latest version and came with the Harmony installation files. GRC converts...
View ArticleHarmony and the LAN9303 IP status (rjc101)
I have a project where I currently use a PIC32MZ with a LAN8740 PHY and I can determine if a cable is connected or not with the TCPIP_STACK_NetIsLinked function and so indicate as such to the user and...
View ArticleUSB Headset example (microchip777)
Hi, Is there any USB headset application example in MPLAB Harmony? The usb_headset example uses PC for USB. I mean the USB headset as shown in attached image. It has USB A connector. Any suggestion...
View ArticleHarmony 2.04 - understanding image transparency in Graphics Composer (TimH)
I'm evaluating the PIC32MZ for a new project and am generally impressed with the tools offered by Harmony. The graphics composer is also probably good enough for what I need, but I am struggling with...
View ArticleIssue with NVM file system with MSD USB (jrebetez)
Hi forum, Once again, I need your help... I'm still working on my project and I'm facing a new problem. I based my program on the Harmony template "nvm_fat_single_disk". Hopefully, it worked so far :-)...
View ArticleNVM image disk.... how does it work? (jrebetez)
Hi forum, Still working on my project... I am now using the NVM driver coupled with the MSD USB driver. I used an Harmony example to start. Now, I want to change the size of the disk image and also...
View ArticleDHCP Vendor ID (andync)
Hi, I have a product using Harmony 1.06 and it works OK with a large number of broadband modems.Just recently it has been brought to my attention that it does not work with the BT Home Hub V6A. I have...
View ArticleUSB audio 1.0 gain level settings (aks25)
-- Using the standard USB 1.0 audio class driver-- PIC32MZ I am trying to figure out how the volume settings for my usb microphone under 'levels' in audio settings is related to what it spits out on...
View ArticleUsing Eclipse plugin (microchip777)
Hi, Is there a way to install eclipse plugin into MPLAB Harmony?..
View ArticleLines missing on display with Harmony 2.04 (rbmisc)
Harmony 2.04I have 2 horizontal lines on my display defined with a line color scheme. These lines appear on the display with Harmony 2.03b. These lines also appear on Harmony 2.04 WYSIWYG screen in...
View Articleprogress bar fill blocked by label with fill in Harmony 2.04 (rbmisc)
Harmony 2.04I have a progress bar in a rectangle(container) that's above a container in a layer with a label that has fill enabled, i.e. the order is progressbarContainerlabelContainerin the layer. I...
View Article