How to shut down web server in harmony, after it has been started?...
How would i shut down the http service, and close the MPFS file system in harmony? I'd like to do the above, do something and then restart the service....
View ArticlePIC32MX440 Disable USB Module, Set RB3 as GPIO (joemur)
Normally I avoid using B3 pin for GPIO for this very reason, I cannot seem to get it configured right; however, I need the pin. I would like to figure out what I need to do to turn off the usb module...
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 V1.00 not ready for use - C++ gives invalid conversion errors all...
I am trying to use harmony in a c++ project and when I compile, there are all sorts of invalid conversion errors in the harmony header files! Here is one example:...
View ArticleSolved: Bug in Harmony corrupts USB MSD files (realexander)
Hi, I just spent a few days hunting down this bug, so I thought I'd share it here in case anyone else runs into it. The symptom is that you copy files onto a PIC32 running Harmony's USB MSD code and...
View ArticleTiming and the FSM approach (Rafauy)
Hi Everyone, Im a programming my firmware using the FSM approach suggested in the Harmony. The documentation recommends that the states have an execution time of 10us or less. The thing is that Im...
View ArticleWhat just happened! Fatal Error: ISR_Support.h file not found (jkellar)
I opened my project after about 3 or 4 days and now it fails building due to this error: make: Entering directory...
View Articleftp or sftp client library? (martinw7750)
Hi, Has anyone implemented an ftp or sftp client on the pic32? If so, can you suggest a library to use? ThanksMartin Wakely..
View ArticleUART RX didn't work properly for PIC32MZ (Heather)
Hi there,My PIC32MZ UART RX didn't work properly. I was trying to read command from PC rs232 port (a string + CR), but it seems it can only read 1 byte each time no matter what I entered. How can I...
View ArticleWeb page for PIC32MZ + MEBII (kahjoo)
Hi,I'm having the application for using the PIC32MZ2048EFH144 for TCPIP application with graphics control the devices.I would like to start to modified the webpage to our application with specific...
View ArticleIs anyone having any luck using the LCC Driver with external Memory? (NKurzman)
drv_gfx_lcc_ext.c gives me an exception in DRV_GFX_LCC_PixelArrayPut(); The MEBII board does not work much better. It gets an exception, but not in the driver itself...
View ArticleUsing Harmony's SYS_CONSOLE with USB (tt_citron)
Hi everyone, I am using MPLAB-C 3.26 and Harmony 1.07.01 on Linux and still in the phase of exploring the library. At the Moment I am experimenting with SYS_CONSOLE and SYS_COMMAND using a USB CDC...
View ArticlePossible to cancel, delete or overwrite a DRV_USART_BufferAddRead()? (jkellar)
Is it possible to cancel, delete or overwrite a DRV_USART_BufferAddRead() instantiation? What I'm trying to do is proactively manage my buffering. For instance instead of relying on the buffer event...
View ArticleHow to Change Target Device, From PIC32MX11F016B to PIC32MX470512L...
I was working the through "MPLAB Harmony Tutorial- Creating Your First Project" and made the elementary mistake of choosing the wrong Target Device. I would like to change the Target Device rather then...
View ArticleHarmony Touch Driver (cc11)
Hi All, I am using Harmony with a touch screen LCD and I am trying to get the touch screen going but am having trouble getting it to function, is there some resource I can follow for using the 10BIT...
View ArticleSetting up ADC10BIT Touch Screen Support in Harmony (Digital_Angel)
I've put together a small Harmony project to test the resistive touch screen use, but cannot seem to get a sensible signal on the touch screen connections.I'm wondering if I have set up the pins...
View ArticleSPI clock mode swapped? (Artabanos)
I'm using Harmony 1.07.01 with a PIC32MX695F512H. MHC version is 1.7.16. I want to drive a display which requires SPI mode 3. (Clock idle state = high, sampling on rising edge)It doesn't work and the...
View ArticleProblem of Display picture on MEBII + TCPIP example from Harmony (kahjoo)
Hi, I've develope the project base on example file from Harmony "web_server_nvm_mpfs" in the tcpip example. I would like to have graphics control on the LCD + TCPIP. After setting the graphics file,...
View ArticleWifi MRF24WN0MA compile errors? (dlock4)
I have designed a PCB with and MRF24WN0MA. Since 2 week now, I trying to have my project compile without errors. Mplax v3.25 and Harmony 1.07 a so many options and I'm lost on what I need to select or...
View ArticleSimple NVM Driver test does not work - help! (BillP)
I wanted to do a simple write and read to NVM on the MX device in my Ethernet Starter Kit II. I used MHC to configure the NVM driver with interrupt mode, then used the NVM driver help file to create...
View Article