USART driver function assigns enum value from another enum (sunilbarot)
In file drv_usart_mapping.c the functionDRV_USART_CLIENT_STATUS DRV_USART_ClientStatus ( DRV_HANDLE handle )has a statementreturnValue = DRV_CLIENT_STATUS_ERROR; but the DRV_CLIENT_STATUS_ERROR is a...
View ArticleReal time clock (RTC) from Harmony broken (MariuszS)
Hi. In development board wifi-demo-G is possible use Real Clock Driver, but harmony generate code: // ***************************************************************************** /* Real Time Clock...
View ArticleMIWI in HARMONY? (kurtg)
Does the buggy, really really not ready for prime time harmony support MiWI?IF so where is the stack I can't find it in Harmony.There is a brief message in drivers void...
View Articleusing NVM: Write to File service (allex_etcetera)
Hello... I'm having some trouble using NVM: Write to File option.I'm using TCP/IP stack and I want to save network configs in a file using that sub application option. I'm using automatically generated...
View ArticleHarmony 2.01 SPI Flash (bblessing)
It looks like there have been quite a few improvements to this driver which is nice. However there are two problems: it still only works for SST25 devices and it will consume an entire SPI port. The...
View Articlea void function returns ! (sunilbarot)
Here is a dummy function in drv_spi_static.c void DRV_SPI0_Close ( void ) { return; }..
View ArticleWhere is GetCA() implementation? (twelve12pm)
Harmony 2.01b... Where is the implementation of function GetCA()? My application is not using WolfSSL. The file framework/crypto/src/asn.c contains a dummy implementation of function GetCA(), but the...
View ArticleIf Harmony can Not Connect to the Wi_Fi Module it Locks up the System....
If Harmony can Not Connect to the Wi_Fi Module it Locks up the System.Problem 1. My Module is Optional.Problem 2. Loss of Network does no mean the System should crash....
View ArticleDoes harmony supports Uploading mpfs to external SPI EEPROM 25LC1024 (ravic)
Hi,Till now in every harmony project, the internal flash drive used for storing mpfs image. So can we move it to external SPI EEPROM? Is it having sample code? Does V2.0/2.01 have any sample code?...
View ArticleNVM driver, writing page issue (Rafauy)
I am using the NVM driver to erase, read and write a page. I have no problem when erasing, reading or writing (using the DRV_NVM_eraseWrite function). But when I try to write using the DRV_NVM_write I...
View ArticleWQVGA PCAP Display Board 4.3" (JgL)
Hello my Friends, please help me, I have a problem with a Touch Screen. The Display works, but only certain areas of the Display are touch-sensitive, while other areas of the display does not work in...
View ArticleTCPIP_TCP_WasReset issue (jautry)
I am running harmony 1.04 on a PIC32MZ2048ECG100 with xc 1.34. I am currently using the TCPIP_TCP_WasReset to check for connection validity but I noted that if the actual network cable is removed...
View ArticleHTTP NET Server Bugs and such. . . (BillP)
I have been working with the new HTTP NET Server in Harmony and discovered a few bugs and quirks that other users may be interested in knowing about. BTW - I submitted a support ticket (Case #00122742)...
View ArticleCompatible version of plugin and framework. (KeithSloan)
I have harmony configurator 1.0.9.2 and Harmony v2.0.1 and MPLAB-X complains these are not compatible. Where do I find the latest version of the configurator?..
View ArticleNon-Harmony timer interrupts not working (matherp)
I'm 90% through the port of a large amount of 32MX plib code to 32MZ Harmony but I've hit an issue. Harmony is set up to generate the normal 1msec clock interrupt and this all works fine.My code also...
View ArticleExternal resources file not correct? (PastrelloMarco)
Hi all,Is it possible that "gfx_resources_ext.hex" file can be exported from Harmony Configurator with some bugs?My problems are showed in attachment.My project is composed by custom board with...
View Articlecorrupt images from external SQI memory (Witek)
Hi,I have a problem displaying images on screen, they are all corrupt. I tried to debug but all seems to be ok, until I look on the screen. The setup:- MEBII lcc controller with external RAM, 272x480...
View ArticlePPP support in MPLAB Harmony TCP/IP stack (rohandey)
Hi,I have a wifi based application which uses Harmony's TCPIP stack and WolfSSL library.Now I want to add GSM/GPRS capability to my application. I am using SIM800 GMS module, which has USART interface...
View ArticleUnit testing boilerplate for PIC32 (crespum)
Hi, I was spending too much time finding stupid bugs and manually testing my code, and specially code written by other people which I had to study first. That's why I decided to spend some time setting...
View ArticleHarmony TCP/IP: Implementing drivers for other PHYs? (twelve12pm)
Short version of my question: How do I implement my own driver for an Ethernet PHY when using Harmony? Long version: With the old TCP/IP Stack (v5.41.02) on PIC32MX, I implemented my own driver for a...
View Article