Harmony useless warning message. (NKurzman)
I need to put Harmony in SVN with the rest of the Project. So harmony needs to be in the progect, not the other way around. "The selected path is not a valid Harmony Framwork location" does not help....
View ArticleUSB String Descriptor at string index of 0xEE for Microsoft WinUSB driver...
I'm creating a device that uses the WinUSB driver and I do not want to have to deal with driver signing or creating a custom INF file. Microsoft has a way to get around this on Windows 8 (and above) by...
View ArticleSDcard write problem with msd basic sdcard reader (cl29200)
Hello all :) With harmony v4.02 i've implemented an sd card reader with my pic32.I've used msd basic project from examples and add sdcard from harmony configurator.I've replaced nvm driver to sdcard in...
View ArticleHow to Display and Remove Dialog Box with Buttons & Text then Restore Screen...
I have searched the Harmony Forum and many of the other forums without success on how to do the following:Display a dialog box with some text and a couple of buttons over existing widgets;Get the...
View ArticleHow 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 ArticleHarmony v1.06 released (jcblomquist)
http://ww1.microchip.com/downloads/en/DeviceDoc/harmony_v1_06_windows_installer.exe http://ww1.microchip.com/downloads/en/DeviceDoc/harmony_v1_06_osx_installer.dmg...
View ArticleCan not get USB MSD SDCard working at all - SD Card works without USB...
Hello all, I have been trying for the past couple months to convert a project over to Harmony (as the PLIBs are removed from the compiler and I need to keep these projects running). I have been having...
View ArticleCode Generator Issue with USB_HOST_TPL_ENTRY USBTPList (NKurzman)
const USB_HOST_TPL_ENTRY USBTPList = { TPL_INTERFACE_CLASS_SUBCLASS_PROTOCOL(0x08, 0x06, 0x50, NULL, USB_HOST_MSD_INTERFACE) , TPL_INTERFACE_CLASS(0x02, NULL, USB_HOST_CDC_INTERFACE), }; The Correct...
View ArticleHarmony Divide By Zero (NKurzman)
In V1.05 and Looks Like 1.06 After SYS_TMR_Initialize is called. The Sysdriver is not ready to be used.It is set to SYS_STATUS_BUSYit looks like SYS_TMR_Tasks() must be called at least once to get it...
View ArticleFeature request : ability to dynamically determine the ports used by a...
Let's say for instance that I have a SPI module configured in the MHC and I need to read the MISO pin state (directly, not during a transaction obivously). There are no (simple) programmatical way to...
View ArticleV1.06 Helpful Hint (NKurzman)
Verify the General Source Folders and xc32-gcc Include Directories in the Project options.Left over paths from previous versions will cause crazy errors...
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 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 ArticleUSART driver bug: reopening with exclusive access fails (mickael9)
When using the USART driver, it's not possible to create a new client instance if a previous instance (that has since been closed) was opened in exclusive mode. To illustrate :handle =...
View ArticlePin Flag "Latch" (luker)
Hi forum, in Microchip Harmony Configurator's Pin Flags dialog, there is a setting for "Latch (LAT)" that can be set to either "Low" or "High" for outputs. Does that determine the output state after a...
View ArticleWhere do these defines com from? (NKurzman)
/* BSP LED Re-directs */ #define APP_TCPIP_LED_1 BSP_LED_1 #define APP_TCPIP_LED_2 BSP_LED_2 #define APP_TCPIP_LED_3 BSP_LED_3#define APP_TCPIP_SWITCH_1 BSP_SWITCH_1 #define APP_TCPIP_SWITCH_2...
View ArticleHarmony Suggestion (NKurzman)
Harmony usesSYS_DEBUG_MESSAGE() in some placesSYS_ASSERT(),SYS_ERROR_PRINT()in others.I think there is a third method somewhere else. None of the generated code checks returnssysObj.sysTmr =...
View ArticleIssue in SYS_TOUCH (NKurzman)
driverInitData->drvInitialize is Never CalleddriverInitData->drvOpen is calledNo Null pointer checks on either No Null Pointer checks on:x = dObj->driverInitData->drvTouchGetX(0); y =...
View ArticleHarmony V 1.06 Configurator Minor Issues (NKurzman)
1. This Gets added Use BSP Selected, But no BSP checked, (Use User BSP / Create Sample BSP, would be a great addition/* BSP LED Re-directs */ #define APP_TCPIP_LED_1 BSP_LED_1 #define APP_TCPIP_LED_2...
View ArticleSYS_TMR_SystemCountGet can go back (mickael9)
Hi, I've noticed that under certain conditions, SYS_TMR_SystemCountGet can "go back in time" (return a value that is smaller than a previous time it was called). This happens with the PIC32MX Ethernet...
View Article