UNSOLVED: How do you add a new Protocol to the TCP_IP Stack in Harmony?...
Hi i'm trying to port a protocol hander from MLA to Harmony. Its for IGMP. which handles Multicast join/leaves. I've deep dived into the Harmony Stack, and i think i've made the right changes; - these...
View ArticleUSB stack problems for PIC32MZ (tdcatalin)
Hi, I'm new in this world and I encountered a few problems and was hopping to find some help here. :DI have to make a PC send data packages to a PIC32MZ1024ECG100.First i tried the exemple app from...
View ArticleHarmony problem with BufferedAddRead in dynamic USART (carmix)
I'm trying to implement a Buffered Read on the USART of my PIC32MX450 running FreeRTOS 8 and Harmony 1.02 dynamic usart driver with interrupts enabled. In my application I have a console(on USART3),...
View ArticleTouch Input on PIC32 GUI Development board with PCAP Touch (Nagendra)
Hello All,I am working on a PIC32 GUI development board with PCAP touch, using MPLAB Harmony. I used Harmony graphic composer to create screens and required widgets. I have created a screen with simple...
View ArticleConfigurator Merge Window is partially off-screen (ScratchMonkey)
Using the latest Harmony Configurator 1.0.8.7 (and also the version from about a month ago), when code is generated and the merge window comes up, the title bar is off the top of the screen. (My screen...
View ArticleIdea for improving Harmony (ksMTI)
It seems that any major library set requires a custom BSP for a design (ie graphics library).I would like to see an option in the BSP folder to allow the BSP to be installed somewhere in the project...
View ArticleHarmony TCP/IP Stack problem with PIC32 ESK (StillGuigui)
Hi everybody,I recently bought a ESK in order to familiarize with TCP/IP stack and Ethernet. I'm encountering a problem when I try to follow this official tutorial : I'm using the same configuration...
View Articlelooking for font help with Harmony Graphics (ksMTI)
I am trying to implement a small font that can be imported with harmony (ie 15 characters). Does anyone know of any tools that would support this? I have already tried fontForge with no luck...
View ArticleHarmony 1.07 with PIC32MZ2048EFM with Hardware Crypto Module (swissembedded)
Hi forum we tried to use the hardware crypto engine for TLS, but we have impression that it does not work correct on larger streams. Does anybody use it successfully? Best Dani..
View ArticleHow can I clear an EditBox? (455Turbo)
I have a PIC32MZ2048EFH144 driving a SSD1963 graphics controller on my own board. I also have a membrane keypad that is decoded by a PIC16F882. The when a key is pressed, the PIC16 flags the PIC32. The...
View ArticleHarmony SQI Flash driver for SST26VF064B + PIC32MZ EF (Johnny0099)
Hi Everybody, I'm just developing a new product based on PIC32MZ EF and have a doubt about SST26VF064B flash memory. I've used in a previous project this flash memory in SPI configuration (it was on a...
View ArticleHOW to make RG2 and RG3 pins as output in PIC24FJ256GB106 (srinivasporam)
Hi,We are working on PIC24FJ256GB106, where the board that we got in which RG2 and RG3 are made as output. But after board is made, while running the code, we came to that RG2 and RG3 should be used as...
View ArticlePIC32MZ starterkit w/ crypto engine: AES encryption using Crypto Engine....
Hi, I am trying to modify the crypto example supplied for Harmony framework to encrypt some data using AES algorithm using the crypto engine. The problem is, I have to call the same set of instructions...
View ArticlePIC32 GUI Development Board with Projected Capacitive Touch (Nagendra)
Hi All,I am working on PIC32GUI development board with PCAP Touch and I am using MPLAB Harmony Graphics Composer to create screens and all other graphical Objects. After that I am generating code using...
View ArticleStatic timer and Dynamic timer at the same time ? (ketchup)
Hi, I'm working on a project to convert analog signals to numeric and then save them on a SD card, I succeeded with the ADC and SD card driver, but when I mixe 2 tasks, I realized that they used...
View Articlemplab harmony ethernet not working when we set...
Hi,We are working on Ethernet stack, which is working fine when we set USART_HANDSHAKE_MODE_NONE. But when we change USART_HANDSHAKE_MODE_FLOW_CONTROL, then Ethernet is not appearing tcpip_discoverer...
View ArticleMigrating from the http web server module to http_net - Experience? Problems?...
I have a project, which is based on the http server module. It serves static websites from the NVM. It has a REST like API using a dynamic variable for each endpoint to process HTTP GET/POST requests...
View ArticleMPLAB Harmony driver coding style (bblessing)
I may get some flack for this, but could Microchip cut out some comments and reduce the actual length of the functions in Harmony? The reason that I bring this is up is that comments shouldn't be there...
View ArticleUsing Old Graphics Libraries with MHC 1.0.8.7 (NKurzman)
Now the I got Harmony V1.08 Running I though I would Update the Splash Screen.I am using the Libraries directly, Not the Composer. The Internal and external Resources seem to behave oddly , I will need...
View Articlesimple button event in Web page in harmony (srinivasporam)
Hi,We have modified web server example using harmony stack. Now we would like implement simple button press in web page. when button is pressed we should send message to debug port....
View Article