How to open the harmony project to learn the Bluetooth Audio Starter Kit...
I am trying to use PIC32 Bluetooth Starter Kit and the AK4642 Daughter Board to start audio sampling and playback. The information sheet mentioned that the sample code are in the folder of MPLAB...
View ArticlePIC32MZ USB MSD Minimum SYSCLK? (Paul PortSol)
Anyone see any reason why the SYSCLK needs to be over 60MHz when writing a USB Flashdrive/stick from a PIC32MZ in msd host mode?Using: Oscillator 24MHz, HarmonyV202b, MHCv2024. - USB Log writes when...
View ArticleHow Set up USB in Harmony 2.02b (sulivan.ganter)
Hi, I am trying to set up the USB module (Host MSD) on the PIC32MZ for save data in pendrive device, but the function "USB_HOST_BusIsEnabled(0);" always return : USB_HOST_RESULT_FALSE == (0x00000000)....
View ArticleFreertos task execution (mhanrahan)
Harmony 1.09 I had a prototype that used MRF24Wg. I now have a new version of said prototype where WiFi has been replaced with MRF24WN, requiring me to port my previous firmware to use FreeRTOS for the...
View ArticleCan MHC be instructed to ignore specific files? (mhanrahan)
In my project I have heavily customized the TCP/IP demo app internal web pages and the custom files that process them. As a result, every time I run the MHC, it prompts me to change mpfs_img2.c,...
View ArticleSyntax error in Harmony code (Ihor)
I'm trying to add APPIO to my project. It fails. The APPIO system doesn't work at all. It does not even allow the sys_console_static.c to compile.The function change below fixes the compile problem....
View ArticleMhcPatcher - modifications to MHC made (quite) easy (VirtualFab)
Hi guys.I'm glad to announce here what I have done to try to help us adding new hardware drivers to MHC.As you probably know, editing MHC menu system files is a tedious task, maybe even worse than...
View ArticleHTTPS server in HTTP (not HTTP_NET) module (suprastar)
Is there a way to make the http server secure?I am working on a legacy project which works quite nicely with the old http module.Now, there is a need for HTTPS. Is there a way to do this in this...
View ArticleWhy Harmony is still a failure for me (philipj451)
I saw that Harmony is now at version 1.06.02 so I thought "perhaps, time to try it again and see if it works". So I download all the latest firmwares MPLAB.X Version 3.20, XC32 Version 1.40 and we'll...
View ArticleHarmony and usb host bulk (chri)
How usb host bulk transfer works in Harmony framework? Is there any "Read" function like in the MLA? Which are the steps to follow and is there any documentation about it? I use framework 1.09...
View Articleberkeley_api.c does not reconnect to recovered server (gilo)
Hi,The wolfMQTT + Harmony 1.08 on demo board runs ok. I am now in the process of adjusting it to work with our enterprise cloud broker.While I was checking some scenarios, one of them was to disconnect...
View ArticleHarmony Graphics Lib - How to create a Popup window? (PhilY)
I'm using the Harmony v1.10 Graphics library with an LCD display.I need to create a popup window which would appear 'in front' of the current screen.However, any primitive objects on the underlying...
View Articlebootloader / Link Error: Could not allocate section (schlumi)
Hi everybody.I tried to configure a Harmony bootloader program with a SD-card.After generate the code, I get a lot of "Link Error: Could not allocate section".I use a PIC32MX470F512H and Harmony 1.09.I...
View ArticleHarmony 1.09+PIC32MX795F512L+HarmonyGraphics - Cannot update StaticText (SilasV)
Hi I am working on this setup with Harmony 1.09 + PIC32MX795F512L + TFT LCD with Harmony Graphics composer. The set up is working fine, the screen designed in Graphics Composer shows up on the LCD. I...
View ArticleUSB console with Ethernet starter Kit (tcross)
Hi All! I am trying the make the TCPIP stack project work with Harmony as shown in the Demo video. Everything works up to installing the USB console (part 2). I can ping, view the webage, Announce...
View ArticleHarmony Graphics Composer Code Generator stopped working (PhilY)
Currently working with MHC and MHGC v1.10. I've been able to create a couple of screens and for the past week able to modify and re-generate the code using MHGC.All of a sudden I'm getting the...
View ArticleHarmony Configurator v2.02b External PHY LAN9303 Not Working (mmitchel)
I can create a project for the PIC32MZ Curiosity board and utilize the LAN9303 PHY Daughter card with Harmony 1.10; the same feature set enabled with Harmony v2.02b is not functional. The baseline...
View ArticleHarmony Configurator v2.02b hard to read on Mac (AndreaC)
I'm trying to use Harmony Configurator v2.02b with MPLAB X IDE v3.51 on a Mac, but the pages don't seem to render properly: strings overlap on the screen, and the dropdown menus are mostly unreadable....
View ArticleBootloader breaks EBI read write function (RoyMiller)
HelloI am revisiting my bootloader problem from a while ago and I am having exactly the same problem trying to use external memory after loading the application with the bootloader.I have used the...
View ArticleUSART simple code (pic32) (Ozenky)
Hello everyone, hope I can find help here. In the PIC32 forum I was redirected here, so I'll post my questions and the code here again. Sorry for any inconvenience. I'm an electromechanical engineer...
View Article