Quantcast
Channel: MPLAB Harmony
Browsing all 7442 articles
Browse latest View live
↧

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 Article


USB 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 Article


SDcard 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 Article

How 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 Article

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 Article


Harmony 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 Article

Can 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 Article

Code 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 Article


Harmony 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 Article


Feature 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 Article

V1.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 Article

v1.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 Article

GFX_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 Article


USART 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 Article

Pin 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 Article


Where 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 Article

Harmony 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 Article


Issue 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 Article

Harmony 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 Article

SYS_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
Browsing all 7442 articles
Browse latest View live