How do you change the network configuration of a running network in a proper...
My PIC32MZ2048ECM144 project has one ethernet port at my custom board and a http web server running. I am using harmony v1.05, stack version is 7.23. The server delivers some static web page files. And...
View ArticlePin Flags table for PIC32MX695F512H not fully implemented yet? (domble)
Using MPLABX v3.05, Harmony Configurator 1.05 (I think), PIC32MX695F512H. Only been 'playing' with harmony for a week or two, so humour me! The Pin Flags table seems to have Open Drain Control...
View Articlev1.06 and PIC32MZ-EF I2C issues? (gfl)
Does the bit-bang I2C in Harmony v1.06 solve (work around) all of the PIC32MZ-EF I2C errata items?..
View ArticleHarmony v1.05 32MZ-EC upgrade to v1.06 32MZ-EF: seeking recommendations (gfl)
Hi, I'm in the process of upgrading from Harmony v1.05 with a custom PCB PIC32MZ-EC to v1.06 with a custom PCB PIC32MZ-EF. Is there a recommended procedure for doing an upgrade like this? I have a...
View ArticleHarmony Request: Resource page similar to pin table (gfl)
An additional feature in Harmony that would be beneficial would be to have a resource page similar to the pin table that details all mpu resources (e.g. timers, interrupts, etc.) This would be...
View ArticleMinor MHC SPI Setup issue (Ed@BGM)
This is a minor annoyance that gets flagged by pclint.MHC generates the following code, with the SPI index hard coded, instead of using the defined indexes: Generated code:/*** SPI Driver Index 0...
View ArticleA Question / Concern about the System Timer. (NKurzman)
// Start a timer, get a handledlHandle = SYS_TMR_DelayMS (500); // Ok this is OK while the timer is runningif(SYS_TMR_DELAY_EXPIRED == SYS_TMR_DelayStatusGet(dlHandle))But once the timer is expired the...
View ArticleIssue adding SPI to existing project (AAtencio)
I have modified the berkeley_tcp_server project in the v1_03_01 example apps folder to parse commands and act as a controller for a project.(this currently works) I am trying to add a SPI interface to...
View ArticleMaximum DMA size? (MattAtHazmat)
I've got some code that will write out to the WS2812B type LEDs via Harmony, using SPI and DMA- while adapting it to a larger array (a 32x8 panel from sparkfun), I ran across a problem- whenever I made...
View ArticleMissing function (NKurzman)
Harmony hasSYS_INT_SourceEnable() but is missing:SYS_INT_SourceDisable () I have to use the PLIB One:PLIB_INT_SourceDisable()..
View ArticlePLIB warnings : control reaches end of non-void function (mickael9)
Hi, When compiling with -std=c99 -Wall, I get a lot of those warnings...
View ArticleHarmony V1.00 not ready for use - C++ gives invalid conversion errors all...
I am trying to use harmony in a c++ project and when I compile, there are all sorts of invalid conversion errors in the harmony header files! Here is one example:...
View ArticleSuggestion to add "#include " in "usb_host_scsi.c" (explorerchess)
Hi. With humility, I would like to suggest a simple modification. In the file "...\harmony\v1_05\framework\usb\src\dynamic\usb_host_scsi.c", I would suggest to add #include This is because in some...
View ArticleUsing common files in different configurations for a Harmony project (jgvicke)
What I am trying to achieve is using a single MHC configuration to generate code for a project. In the project I want to have several configurations: 1) Debug: Stand alone app with optimization set to...
View ArticleHarmony TCPIP and FreeRTOS TCPIP (BDD)
Hi AllI'm new to FreeRTOS but not new to PIC32 I need some assistance.When I enable FreeRTOS in MHC do I need to enable the MHCP TCPIP?Or does FreeRTOS have it's own TCPIP stack built in? If I do need...
View ArticleCustom Graphics Widget (cdgarren)
Is it currently possible to create a custom widget for use in the harmony graphics composer? I need to create a progress bar, but cannot have the text inside the bar like the stock widget has...
View ArticleSQI on PIC32MZ EF Starter Kit (jgvicke)
Has anyone gotten the SQI on the PIC32MZ EF Starter Kit to work? I have tried all of the demo apps, but I am not getting a correct JedecID back from the chip. Thanks,John Vickers..
View ArticleGFX_GOL_MessageCallbackSet() GFX_GOL_DrawCallbackSet() get cleared (NKurzman)
This is a similar issue to the timer if(GFX_Status(sysObj.gfxObject0) != SYS_STATUS_READY)GFX_Open NULLS them. The timer will do the same thing after the divide by zero is trapped.Init and not work. I...
View ArticleBug in drv_gfx_lcc_int_pe.c in Harmony v1.06 and prior releases (jcblomquist)
I have submitted a ticket with this information as well but I will repost it here for other users to see. In Harmony v1.06 and prior, in the framework file drv_gfx_lcc_int_pe.c starting on line 61, the...
View ArticleMPFS2/TCIP Stack Weirdness Bug? (kurtg)
After struggling with this the last two days in my project. I decided to use the harmony wireless G Demo, and ask for help. Using straight harmony code wireless G demo no changes. Using MPLAB X 3.05...
View Article