Persist data in internal flash (luker)
Hi forum, when trying to store some settings so they keep their values after power-cycling the device, I tried this//settings.cint persistentInt __attribute__((persistent, section(".persist")));// Save...
View ArticleGraphic Composer Bug (cdgarren)
I accidentally created a scheme with the emboss value set to -1. This caused freezing/weird window issues when the composer tried to render widgets using this scheme. Changing emboss back to 0 fixed...
View ArticleMHC Removes Framework Files when Invoked (dcarrington)
I'm using MPLAB X 3.00 and Harmony 1.04. When MHC is invoked it immediately (and permanently) removes the Harmony framework files from the project. This occurs even without 'Generating' a...
View ArticleEthernet Starter Kit DM320004 with additional LEDs and Buttons. (protocad)
Hi all, I redesigned the DM320004 to add 12 LEDs and 12 buttons.I updated the web page to add the new variables and it works as expected. The web page communicates only with the three ports that are...
View ArticlePIC32MZ USB device bootloader codes (need2know)
Hi all, Anyone implemented this before? The Harmony framework only has USB host bootloader codes example. AN1388 has this example for PIC32MX...
View ArticleFreertos, TCP/IP and 4 available timers (Levi77)
I have just started using Microchip Harmony (v1.05) and have a problem configuring hardware timers/counters.I use PIC32MX795F512L and want to run the TCP/IP-stack and Freertos and still have 4 timers...
View ArticleGFX_GOL_RadioButtonCreate() NULL Pointer exception (NKurzman)
GFX_GOL_RadioButtonCreate() Needs GFX_GOL_RADIOBUTTON_GROUP_STATE to be set for the first Radio Button. The Document sample does not show this. If it is not there you get a null pointer exception...
View ArticleProblems with USB switch off on PIC32MZ (gpq)
My application is based on PIC32MZ2048ECM144 and uses USB host as msd_basic example (MPLAB/Harmony). I run properly opening files on USB key, but I can not find an example of how to completely disable...
View ArticlePID32 Etherenet Starter Kit II Demonstration Code location? (HansC)
I have asked field engineering support and sale support where to find the PIC32 Ethernet Starter Kit II Demonstration Code but have not received any reply.I have the Kit but no software. Useless...
View ArticleMerging files w. Harmony 1.06 (Paul_M)
I had set up my project using timer 4 with ISR and interrupt priority 4. Did some software coding, then decided to change ADC peripheral from polled mode to interrupt. I assigned it priority 2 /...
View ArticleGDD Text Entry module (ToshCom)
FYI.After programing into PIC32 GUI Dev Cap Touch, the "Text Entry" GDD module table cells seems to be wrong. If you setup row and column to 3x4 keypad, it displays 4x3 on the dev display. Perhaps I am...
View ArticleUSB MSD FS & MPFS2 FS & TCP/IP Stack not working (for me) with MPLAB Harmony...
Hello, I have a project in which I have working the TCP/IP Stack with two interfaces (Ethernet and Wifi) and have been developing my application very good. The problem arises when I try to save...
View ArticleHarmony OutputCompare (OC) header files bug (Howard Long)
Firstly, apologies is this is already a known feature. I built an almost minimalist (if there is such a thing in Harmony) app to do some OC with a view to using the OC to trigger the ADC on a new MZ EF...
View ArticleBlocking SD-card and/or File-System: Dear Santa ... (muellernick)
Dear Santa Claus ... er ... Microchip! There had been discussions about the blocking SD-card and file system libraries on other threads.I have been trying to find out why my app hangs frequently when...
View ArticleMultiple External Interrupts and the MTCH6301 Driver (jdeguire)
Here's what happens when you enable the MTCH6301 driver in interrupt mode and use multiple external interrupts: void __ISR(_EXTERNAL_1_VECTOR, IPL5AUTO) _IntHandlerExternalInterruptInstance0(void){...
View ArticleSPI Problem Harmony v1_06 (wayne_)
Just updated to Harmony v1_06 from v1_04_02 and I am back to having SPI problems. I am getting bus errors in different places but looking at the code I cam across this :_drv_spi_master_ebm_tasks.cLine...
View Articlev1.06 MHC bugs? (E Burley)
Every time I open my project, the Timer settings are being corrupted. It sets the Implementation to 'Static' instead of 'Dynamic', and TMR Driver Instance 0 to TMR_ID_2 (from TMR_ID_1). Also, it sets...
View ArticleI2C transmit issue (Benny32)
Hello everbody,I wrote some code for easy function to transmit and receive data from the I2C bus. I wroted this function with the help of the demo apps and the Harmony help file but I have some...
View ArticleTimer Service with Interrupt is not working (DhruvAcharya)
We are new to Harmony. We have successfully completed tutorial. Now we have changed to use Timer Service in interrupt mode. But we can not achieve it no matter what we do. We have modify the tutorial...
View ArticleHarmony for Dummy on FreeRTOS and TCP/IP stack (BDD)
Hi AllI have created a project with Harmony and used the MHC to select FreeRTOS.I compile and this works fileNow I enable TCPIP Stack. Generate code (Over write local changes) and I get a bunch of...
View Article