I2C Problems (James Autry)
I am running into another strange problem with the I2C interface programming with the PIC32MZ2048ECG100. If I call the write routine twice consecutively, it locks waiting for transmit to complete on...
View Articlecannot find include file app.h (BasicPoke)
I am getting the following "error" in my Harmony project. It should be marked with the word "Error" but is not....
View Articlesst25vf016b (spi_flash) in Harmony 1.02 hangs when erasing external flash...
Hi, I tried to use the sst25vf016b library to read/write/erase external flash memory (an sst25vf032b, not an sst25vf016b) using the sst25vf016b interface in Harmony 1.02. I was able to read/write/erase...
View Articlehowto set an port as digital out? (prinz3nroll3)
hi,sry for the easy question, but i dont know howto set an port in harmony.i want to set the pin RB8 as digital out with signal 1.the microcontroller is an PIC32MX695F512L i read the harmony manual://...
View Articlev1.02 telnet.c (the_pb)
MPLABX 2.30/Harmony v1.02 sample web_server_nvm_mpfs does not run on my pic32 ethernet starter kit. The MPLABX2.26/Harmony V1.01 sample did not either, but was easier to fix.Issues found so far:1)...
View Articleinput capture? timer fast as hell? (prinz3nroll3)
hello,the example code for the input capture driver is very small,and the ic driver documentation is not very big. have somebody test the input capture driver, or some better example? i test the driver...
View ArticleFeature Request: Allow Timer System Service to use PIC32 Core Timer (jdeguire)
Our pre-Harmony codebase uses the PIC32 Core Timer as a free-running millisecond timer that also provides a basis for alarm and event functionality. From what I can tell, Harmony's Timer System Service...
View ArticleSPI Issue (docmur)
Hey So I changed my configuration from having 1 SPI to 2 SPI. In the drv_spi_static.c file I can see DRV_SPI0 functions and DRV_SPI1 functions. My problem is in my app.c file, I can't call...
View ArticleMy MX is playing in Harmony. (Mysil)
After fumbling around in Harmony for some time, a driver for SSD1963 display controller is starting to come together. The board used is a mikromedia+ with a PIC32MX795F512L , SSD1963 display controller...
View ArticleDebug through USB_CDC? I fail ... (muellernick)
Hi! Have been trying all day now to get the USB_CDC stuff running. After some attempts on a more complex level, I tried the example "debug_usb_cdc2". It didn't work. Compiled fine, but I simply didn't...
View ArticleBlack Flickering on PIC32 GUI Development Board (DM320015) (ngeisler)
I am currently using the PIC32 GUI Development Board with Projected Capacitive Touch(DM320015) and running both my own test code and the demo LCC project. The issue I am seeing, is when I run the LCC...
View ArticleNDP in IPv6 (Mamonetti)
Hi After having been debugging the evolution of NDP lists, I've seen how I get several copies of the same prefix in the prefix list (in this case the one my computer is sending every 10 seconds with...
View ArticleHarmony v1.02 & GDDX v2.20 (Blagoy)
Hi all, I also have troubles to start with Harmony and GDDX. Like tnikos, I have a good knolwedge of 8 bits MCU, but I'm new to 32 bits and graphics applications.So I tried to create a Harmony graphics...
View Articlegfx_web_server_nvm_mpfs with MEB 2 don't work... (Volker)
Hello, i just get the MEB 2 with the PIC32MZ SK and want to run the gfx_web_server_nvm_mpfs demo. Unfortunately the demo don't work... The Help File say that i don't have to make any changes at the MEB...
View ArticleSorry, but I've failed... and I'm out (32mx250f128d) (Gobol)
Today I've installed all toolchain & Harmony, was wondering about all wonders it offer, but I've found myself in a deep rabbit hole...Let's say, I've managed to finally run PicKit3 on Win8.1 (don't...
View ArticleDocumentation for Harmony Demos (jdr)
Is the Hamony Help pdf the only documentation for the Demonstrations? I am using the PIC32 Starter Kit and trying to run the TCP/IP demos...
View Articleavailable heap? (muellernick)
Hi! I'd like to know how much heap available I have during runtime (not the linker option). As I do a zillion of mallocs and frees, I need to know when the tide is high and I have to swap out collected...
View ArticleHow do you generate Remapping code of SPI_ID_2 by MHC ? (ysaitoysaito)
Hi I would like to know how to generate Remapping code of the driver by MHC. I use MHC under develop environment of ver.1.02 Harmony, ver.1.34 XC32, ver.2.30 MPLAB X and revision 5 PIC32MZ2048ECH100....
View Articlewhat about the port and latch register? (prinz3nroll3)
hello,i ve want to use the harmony framework. in our last projects we use the following definitionsoutput port:#define PORT_LED_LATCH LATBbits.LATB12 #define PORT_LED_DIR TRISBbits.TRISB12and set the...
View ArticleQuestions about using DPI with DMA, and master/slave modes (BasicPoke)
Hello, I have a couple questions about setting up SPI with DMA in Harmony Configurator... 1. When I set the SPI Driver Implementation to DYNAMIC, there is a "Use DMA" check box. Ok good. When I set the...
View Article