Harmony Configurator - What files are written? (john.wilson)
Hi, I'm using the Harmony Configurator successfully but I don't understand exactly what it does, i.e., its output. I assume its writing/modifying some files in my project directory but I can't figure...
View ArticleWinUSB Demo (dlb)
I can't get the WinUSB_PnP_Demo.exe app to work. The App hangs, becomes non responsive, after pressing the led toggle button. The micro connects okay. I installed the driver from the Harmony directory...
View ArticleUART sending all time the same byte (joancarles)
I am using a UART (static driver) on a PIC32MF795. It's UART1 with RX/TX pins on F2/F8 pins. I'm sending a stream of characters, a to z and all I receive is char 208. All the time. Tried different...
View ArticleCom Error in cdc_com_port_single demo application (jgvicke)
I am having an issue with the cdc_com_port_single demo application. I am using the PIC32MZ EF SK INT DYN build of the application, and it will build and program my starter kit fine. When I actually...
View ArticleHarmony 1.10 + PIC32MX795F512L - error on GFX_HGC_GetScreenState (SilasV)
Hi, I am working with setup - Harmony 1.10 + PIC32MX795F512L and new driver for ILI9163C (LCD controller).The code passes through the SYS_Initialize fine, but errors out on GFX_HGC_GetScreenState() in...
View ArticleUSART simple code (pic32) (Ozenky)
Hello everyone, hope I can find help here. In the PIC32 forum I was redirected here, so I'll post my questions and the code here again. Sorry for any inconvenience. I'm an electromechanical engineer...
View ArticleSMTPC Module and TLS not working? (mpgreen914)
I am using Harmony 1.10 and trying to get the new SMTPC module working properly in my app.I am able to use a comcast email account to send emails with no problem if I set the SKIP TLS flag....
View ArticleUSB CDC write wrong data (minicarpet)
Hi everyone, I am trying to communicate using USB library with harmony 2. I am sending each second some datas to my port COM but it seems to send wrong data. Here is my code : static void...
View ArticleHarmony and Dropbox (jtzeng)
It looks like it is best to keep application projects in the App folder of the Harmony version be used.I would like to know if that folder can be an alias form a Dropbox folder and if there are any...
View ArticleHarmony USB MSD Setup (jtzeng)
I am having an issue getting the Harmony USB/Host/MSD Basic to work with a new configuration.If I use the PIC32MZ_ef_SK_int_dyn project and force load it on to my target with a PIC32MZ2048EFG100 it...
View ArticleHow do you set CD switch port of SD card in MHC ? (ysaitoysaito)
In Microchip SD Sample of sdcard_fat_single_disk, I cannot find the field of setting CD(Card Detect) port in MHC. I can find only the field of setting Chip Select port and Write protect port. Please...
View ArticleModbusTCP implementation using MPLAB Harmony (any version) (ravic)
Hi,There was default TCPIP demo application in MLA library, application note to implement the modbusTCP (AN1568) and sample code for same. Is there similar kind of application note or sample code for...
View ArticleAdding 2nd USART and 5th task kills vTaskDelay (AHancock)
Over the last several months, I have been working on (among many other things) porting our application from MLA to Harmony in anticipation of new hardware. I have the fully ported application running...
View ArticleA function to read/write one byte through SPI (thoraz)
I'm adapting an old MPLABX project to the Harmony framework. This project had two functions, SPIWriteByte() and SPIReadByte(), which allow to write/read one byte over the SPI interface. Now in Harmony...
View ArticleUse DRV_USART_WriteByte to write a constant (Ozenky)
Hello again, everyone. As I posted before, using XC32 for my pic32mx250f128b, I have been trying to send information to my computer (more specifically, to putty and, after that, matlab in a near...
View ArticleCustom USB application driver questions (jgvicke)
Hello to all those people out there more experienced with USB drivers than me! ;) Let me explain what I would like to achieve, and maybe someone can lead me in the right direction. I have an...
View ArticleUSB_DEVICE_CDC_Read returns USB_DEVICE_CDC_TRANSFER_HANDLE_INVALID (minicarpet)
Hello, I am trying to receive data from com port by using USB CDC.Sending datas works well but i can't receive any data because function USB_DEVICE_CDC_Read always returns...
View ArticleUSB Device not recognized (DHJ)
I am trying to get the USB port working on a board that we have developed. The board fails enumeration with unknown device. The device descriptor on the PC reports everything filled will Nulls. I have...
View ArticleUSB console with Ethernet starter Kit (tcross)
Hi All! I am trying the make the TCPIP stack project work with Harmony as shown in the Demo video. Everything works up to installing the USB console (part 2). I can ping, view the webage, Announce...
View ArticleTCPIP Announce Expanded Functionality (jgvicke)
I have used the Harmony TCPIP Announce feature in the past and it works pretty well. I would like to make it better though. I have used devices in the past that can be discovered no matter what the...
View Article