Trying to select an RTOS with USB/Web/SSL, looking for opinions. (jgvicke)
So I am looking for an RTOS with USB/Web/SSL to use in a system base I am creating to be used as a starting point for all my future projects. I would like to find a combination that is free to use for...
View ArticleGraphics Library Digital Meter problems (emarx)
I'm using Harmony 1.06, MPLAB X IDE 3.06, XC32 v.1.40 free version optimization 1 and I can't the library functions to work at all. I tried GFX_GOL_DigitalMeterValueSet() for example...the code just...
View ArticleHarmony TCP/IP Issues (rbuck)
I'm not sure this is the correct forum but since Harmony generated all the code, I am putting it here. I only have one line of my own code and all it does is turns an LED on at startup. I am working on...
View ArticleHconfig tree failed to initailze. (glamprecht)
I installed first release of Harmony. Was VERY disappointed and 3 years later I now try again: Latest version of MPLAB, XC32 and Harmony on Windows 10, Java all updated to latest running on a Dell...
View ArticleChange in how different enums are defined in PLIBs (jgvicke)
I had some modules that were nice for setting up timers and the like using the built in enums as array index values for storing configuration information. For instance, on timers the enum from Harmony...
View ArticleBootloader live Update help (josancardenasm)
Hello guys. I'm trying to build bootloader demo with live update option but i cant get it working.Does need live update mode linking script for define boot and program area? Harmony dont generates the...
View Articleharmony usart interrupts (ROSS)
hiI require some help with harmony and interrupts. I am using 2 usarts to pass data between and trying to use interrupts and eventhandler. This is the basic program to get comms working between 2...
View ArticleVariable assignment not working (nigel gaia)
PIC32MZ2048EFH144MPLABX v3.35Harmony Compiler XC32(v1.42) Optimization: gcc01c++01ICD3 I have developed a power meter and turbine control using the PIC32MZ. This has had many problems but recently...
View ArticleHaving trouble with the ADCHS Driver in Harmony 2.x (jgvicke)
So I used the ADCHS Driver in Harmony 1.x and it doesn't look like it has changed in Harmony 2.x, but I can't get it running for the life of me. Let me go through the process I am using to set it up,...
View ArticlePIC32MZ2048EFG100 and Harmony (sergioneves)
Hello. I have a simple question. Does anyone was able to get to work the PIC32MZ2048EFG100 in Harmony v1.10? If yes, how do you do it? I has getting a few errors in...
View ArticlePIC32MX MPLAB Harmony USB device (Memen)
I am working with MPLAB X v3.55 and the PIC32MX795F512L for a while and now wanted to start developing the code for the USB module. The goal is to connect the chip to the PC and let it send measurement...
View ArticleFocus on Digital Meter or Other Objects (greg.chaney)
As there are certain objects in the graphics objects library that you can set the focus on (listbox being an example) I was wondering if you could control a similar "focus" rectangle for digital meters...
View ArticleHarmony 2.02b, PIC32MZ EF SK with Web Server and Onboard SST26 SQI Flash...
I am trying to get the new Harmony driver for the Onboard SST Flash up and running. Unfortunately, I always get the following error on the debug console: DRV_SST26_Oen (): Driver is not ready. What...
View ArticleBug in http delivers wrong dynamic variables because of MPFS hash collisions...
NOTE: I have problems with creating this thread. I try to open it now and add more and more content to it, and see if there is an issue with that.---- I have a problem with the http module, which...
View ArticleHow to create custom BSP? (rbuck)
Is there a document somewhere that shows how to create a custom BSP for Harmony v1.10? I have read that in v2.x this is supposed to be easy. However, I'm not ready to risk using v2.x at this time...
View ArticleDRV_FLASH_WriteWord not work (minicarpet)
Hi guys, I am trying to Write into flash using Harmony 2.02b Flash static driver. My code following not work :handle = DRV_FLASH_Open(DRV_FLASH_INDEX_0,...
View ArticleUSB MSD Flashdrive not reconnect HarmonyV202b (Paul PortSol)
Any idea what may cause the Callback for the FileSystem Event Handler to sometimes not occur?Normally it runs fine, reading and writing files OK, and even catching Flashdrive remove and most...
View ArticlePIC32MZ USB CDC Configuration Setup (Javelin)
I am attempting to configure the USB on a PIC32MZ2048EFH144 as a CDC device on a custom board. While I have programmed other PICs in the past this is my first time using a PIC32, Harmony, and...
View ArticleQuestions regarding Harmony's v2.02b Graphics Stack (bblessing)
First the obligatory background: MPLAB X IDE v3.55XC32 v1.43Harmony v2.02bPIC32MX470F512L processorNewhaven NHD-4.3-480272EF-ASXN#-T LCDIS61WV51216BLL-10TLI external memory The reason I chose the...
View Articleundefined reference to `DRV_USART_ReadByte' (tcross)
I would like to make the "wifi_easy_configuration" example transmit and receive a few bytes through a serial connection. I added a few lines of code from a Harmony USART example using a dynamic usart....
View Article