How to do multicast? (BillP)
I would like to setup a UDP server (on a PIC32MZ) that multicasts a large (~8KB) buffer at least 4x/sec. There can be <5 clients that read the multicast datagrams. I am using Harmony v2.05, XC1.44....
View ArticleSeveral errors like: .config_BFC0FFC0' will not fit in region...
Hi,This is for MPLAB x 4.15, XC32 v1.44 and MCH 2.05_1I'm new to harmony. I followed "Creating Your First Project" from harmony_help_volume_I.pdf for a board I have with a PIC32MZ1024EFG100. I have 3...
View ArticleHow to make the font larger in the library help window? (RodoPIC)
Hi all,If I click on anything in harmony, the right side of my screen shows the library help ...in very small font. Is there a way to make the font bigger? I've been able to make everything else bigger...
View ArticleFirst Impressions of Harmony 2 (Rafauy)
-My code size decreased to 15% from 17%.-The random reset issue I had seems to have dissapeared.-The SQI driver was added and also the SST26.-I had no issues migrating the code from 1.11. So far so...
View ArticleException-Memory Usage (bblessing)
Background: MPLAB X IDE v4.15, XC32 v2.05, Harmony v2.05, PIC32MX430F064H, PIC32MX130F064D. I meant to do some digging this weekend, but couldn't get around to it. What I'm seeing is that my bootloader...
View ArticleHow to use multiple bulk endpoints (harmony) (Wangxin)
For a USB2.0 HS speed bus, the 480Mbits/s bit rate allows ,about up to 52MBytes/second . but I tested ,if using a single bulk endpoint .Only get about 13MBytes/second (I also use large data buffers...
View Articlepic32mz harmony problem with tcpip encx24j600 (pguido)
Hello i'm developing a project on custom board, based on PIC32 controller and ethernet controller ENCX24J600. i use MPLABX IDE 3.40 and HARMONY 2.05 and XC32 My first step was to use a demo app...
View ArticleCommunicating with Bootloader (BenzApprentice)
Hi,In the appendix B of DS01388, it outlines the procedure for communicating with the bootloader. I'm trying to do this over USB. My understanding of the memo is to put a few frames together and send...
View ArticleConencted SPI Raspi 3"5 inch LCD to PIC32MK devboard, failing to compile...
I'm trying this with MPLABX-4.15 and latest Harmony, i think it is 2.5.1 or so This is elcheapo stuff from Aliexpress. It has res 480x 320 and backlight ( always on). It has an SPI, but there are on...
View ArticleCommunicating with Bootloader (BenzApprentice)
Hi,In the appendix B of DS01388, it outlines the procedure for communicating with the bootloader. I'm trying to do this over USB. My understanding of the memo is to put a few frames together and send...
View ArticleWhy does Harmony not build USB HID interface completely (catweazle)
when building a project using USB HID, Harmoy does not build a ready to use interface. User has to add code....For me as user I would expect a complete API. A method to send data to host and a method...
View ArticleSNMP bug (Adrian B)
I noticed the following problem on SNMPv2 on Harmony 2.01b: I have an integer variable that is declared as a 16 bit width. If the value is using only one byte but is higher than 127, then it is...
View ArticleLive Update on PIC32MZ works only the first time (Johnny0099)
I've implemented an application that burns the HEX file to the opposite flash panel and finally writes the Flash ID according to the Microchip Examples. Here it is the function: uint32_t flashId =...
View ArticleUsing Amazon FreeRTOS with Harmony (mrpackethead)
Currently Harmony 2.05.01 comes with FreeRTOS version 9.x. Upgrading to FreeRTOS version 10.x was trivial. I downloaded the most recent version from the freeRTOS SVN repo, got the Source folder and...
View ArticleHow do specify PMP or EBI in the "Display Manager" or "Graphics composer"?...
Hi all,I'm trying to set up a 480x272 TFT (16BPP) for the first time using Display Manager and even though I'm still getting errors I noticed something odd. I want to use the PMP and not the EBI. After...
View ArticlePIC32MK PIM on an Explorer 16/32 Board (Aaron Hancock)
PIC32MK1024MCF100, Harmony 2.05, XC32 2.05 A new project will use the PIC32MK1024MCF100 on a custom board. This MK just happens to have all of the 'right stuff' for us to replace a dsPIC and a PIC24 on...
View ArticleUSB CDC host to USB modem (p_stoyanoff)
Greetings! I have a boad with PIC32MX470F512H and GSM modem(UG95 Quectel). I`ve tested the module and the uC(in client mode) separately and they are working. So now I want to switch the PIC32 to host...
View ArticleHarmony SYS_TMR Service, SYS_TMR_CallbackPeriodic fails... , (Brane2)
I'm trying to set up trivial case of using SYS_TMR for timeouts and paeriodic triggers, but, it doesnt work. I've checked and set upt SYS_TMR in MHC, selected a few instances of TMRs under drivers,...
View ArticleText Artifacts on ILI9488 SPI (Freezessc)
Hello all, I'm using the PIC32EF starter kit with a 480x320 display driven by an ILI9488 in SPI mode. I have everything working well except I cant seem to get more than 10MHz Baud rate out of the SPI...
View ArticleHTTP Net Dynamic Variables (bblessing)
Background: MPLAB X IDE v4.15, XC32 v2.05, Harmony v2.05, PIC32MZ2048EFH100 Cutting right to the chase: how does one process an array of integers (from C) in javascript? I've been able to transfer the...
View Article