Difficulty intalling Harmony 2.01 beta (brian46)
I wanted to try the new Harmony located here: http://www.microchip.com/mplab/mplab-harmony/mplab-harmony-2-0 and it gives me a .nbm file. I went to MPLAB X and (with no instructions... had to figure...
View ArticleHarmony Pin Settings vs. actual TRIS data wrong - Missing Something? (NVergunst)
I am having an issue where when I think I am setting a pin to be an output, the corresponding TRIS register does not get set properly. There is also a separate (maybe?) issue where Harmony believes my...
View ArticleHarmony 2.01 weird code generation in I2C driver (hermallorn)
Hi guys, I Configured harmony to use I2C driver, master mode (forced write and interrupt activated).In the application section i generated the code for the I2C master string transmit app. In the...
View ArticleHarmony SPI: PIC master to PIC slave (jakesvdm)
Hi all,I'm trying to set up SPI comms between two PICs in Harmony. I set it up as per the examples and as I've used with an eeprom before (Dynamic, standard buffer mode, Interrupt mode, 8-bit mode,...
View ArticleSPI Slave (Skaptor)
Hi all, I have an application with two MCUs, 1 PIC24 and a PIC32MX250 using harmony 1.08. These devices comunicate via SPI and the master mcu is the pic24. However can somebody give me insight on how...
View ArticleI2C-driver that works without INTs? (muellernick)
Hi! Since two years, the I2C-library is in alpha state. Quite disgusting!I'm using Harmony 1.09 on an PIC32MX, so I suppose I can't even use bit banging. I checked the Harmony V2whatever, but no...
View ArticleRestart TCP connection after removing cable (vibemac.1)
Goodmorning to all,I'm using the PIC32MX512795L, and I wonder if it's possible to remove the TCP cable, then reinsert it and allow the board to reconnect automatically. Currently, using KEEP_ALIVE_TMO,...
View ArticleWhy can't I ping my board? (BillP)
I have an Ethernet Starter Kit II that I have been using for development and testing. I have used it to create an http_net web server with custom web pages using Harmony 1.08.01 and MPLAB X 3.40. I...
View ArticleBad Example in V1.09 Harmony (NKurzman)
Setting Cookiesvoid TCPIP_HTTP_Get E xecute( void ) { // Set a cookie uint8_t * connData = TCPIP_HTTP_CurrentConnectionDataBufferGet(connHandle); strcpy((char * )connData..
View ArticlePIC32 and TLS 1.2 (tomashal)
We are going to start a project where we need to communicate with a webserver. Our plan is to use PIC32. But this server requires TLS 1.2, and I'm not sure how complicated this is with PIC32. Does...
View ArticleW25Q32BV setting in Harmony (robin200165)
Hello, I did not know how to set and check the box of setting W25Q32BV this Winbond SPI Flash in Harmony Configurator, Is there any examples of Initialize, Read, and Write in Harmony? Or which option...
View ArticleHarmony and Watchdog (lelsteph)
Hello Trying to use the watchdog and so I want to detect at reset if it was caused by a watchdog reset.I cannot find any function in the MPLAB Harmony System Service Libraries Help_v109.pdf and MPLAB...
View ArticleHarmony v2.01b : problem migrating existing project from chipkit WF32 to...
Hi,My configuration is : MPLAB X v3.50, XC32 v1.42 & MHC v2.0.1.2Project : C:\microchip\harmony\v2_01b\apps\tcpip\web_server_nvm_mpfsConfiguration : chipkit_wf32 => trying to create a new...
View ArticlePIC32MX2xx Starter kit and Harmony graphics project (Filaci)
Hello! I have a PIC32MX2xx Starter kit with PIC32MX220F032D processor. I want to make a simple "Hello world!" graphics application on this hardware.I read the harmony manual, volume 1. and I can...
View ArticleMath.h not working properly (nigel gaia)
Hi Can someone please help.I am using MPLAB E v3.35Harmony V1_08_91XC32 V1.42Harmony Configurator V1.0.8.7 The math library will work but only if the “#include math.h” is remarked out of the code. This...
View ArticleBUG Harmony Bootloader TCP/IP example if manually configuring IP (alfredbos)
Hi, I've just spend the last few days modifying the Harmony bootloader with the possibility to retrieve the IP from EEPROM (flash)....I estimated it would cost me like 1-2 hours...well it cost more...
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 ArticleHarmony: problems with examples sending emails (franco_it)
Hi all,I am new in Harmony, so I decided to start with demos available, but I have some problems. Is here someone who has been able to send an email using one of examples on Harmony (1.09 or 2.01b) ?...
View ArticlePorting SPI flash from not RTOS to RTOS (robin200165)
Hello Sir,I am using PIC32MC695F512L as processor,for not RTOS I use MPLAB X IDE v3.15,but use MPLAB X IDE v3.40 and MPLAB Harmony v1.09 for RTOS version. In old version,there's some useful function...
View ArticleIssue with receive buffer in function DRV_SPI_BufferAddWriteRead /...
I use a custom board with PIC32MX695F512L and FRAM-Memory FM25V05. I use Harmony 1.07.01 and XC32 version 1.40b.For first tests I've adapted the included serial flash demo but this leads to weird...
View Article