tools upgrade problem (sage12)
I just installed XIDE v3.61 and harmony 2.03b. I installed Harmony Configurator. I created a new project and clicked on: Tools>Embedded>MPLAB Harmony Configurator to bring up the Harmony tool. It...
View ArticleHow can I read value from register of Pic32 using usart static model? (azaman)
My Task ----------------------- I am trying to read data from Pic32 over USART (static model) using another Pic32 . I want to read 8-bit value stored in register (address 0x80) of Pic32 . I am able to...
View ArticleHarmony Books (BillP)
INFORMATION ONLY — THIS IS NOT AN AD (please do not flag as spam) For newbies (and anyone) considering using Harmony for projects involving the PIC32MX or PIC32MZ chips, the USB library, the TCP/IP...
View Articledrv_ethphy.c //comment (ecneb)
During migration to Harmony 2.06 I just found something interesting.Looks like I am not the single one who write such kinds of comments... ;) Is this commenting style complies with the Harmony coding...
View ArticleWhat is the difference between DRV_I2C_Transmit and DRV_I2C_BufferAddWrite?...
The description given for both these functions is same but the implementation is different. According to my understanding the "DRV_I2C_Transmit" function is to enable I2C communication with the slave...
View ArticleProblems with CDC data. (vini_i)
I'm using a PIC32MZ2048EFH064 on a custom board. I'm very new to harmony. This is actually my first true project with it. I've been really struggling with the documentation. There seem to be lots of...
View ArticleDRV_USART_Read9Bits -- Can't find prototype in any .h file (user2x)
I am fixing up someone's code and I have a warning: ../src/UARThandlers.c:115:25: warning: implicit declaration of function 'DRV_USART_Read9Bits' I searched and the actual function is located in...
View ArticleHTTPPrint : MLA to Harmony (Emcy)
Hello, For TCPIP_HTTP_NET_DynamicWrite() function, someone know what is "needAck" parameter for ? I don't know when I must set/clear it In a TCPIP_HTTP_Print function, I can call several times...
View ArticleHeap size with KeyPad Widget - excessivly large (FMKev14)
Hello,I have a pretty large graphics design going with many different screens.One of the screens I created is to allow editing of a field by an end user.This screen in total has:1 panel (size of the...
View ArticleHTTP buffers are losing data (PIC GUY 32)
Hello, I am using PIC32MX795f512h, harmony version 2.05, MPLAB 4.15. The problem I am having is sending HTTP packets to my webpages. I am using multiple TCPIP_TCP_StringPut(), TCPIP_TCP_ArrayPut(),...
View ArticleHow does the MHC project join the Graphics Stack? (PSIR)
Hello everyone: My MHC project selects the Use Graphics Stack in the options in the options. After generating the code, the compiled error message is as...
View ArticleDRV_TMR_CALLBACK Type alarmCount reset (RJB_IA)
HiHow is the alarmCount parameter in typedef void (* DRV_TMR_CALLBACK)(uintptr_t context, uint32_t alarmCount) reset to O?If you have any suggestions or questions please let me know....ThanksRJB_IA..
View Articlepic32 + harmony changing clock freq problem (Shishi)
Hi alli am using Pic32(mz)starter kit and harmony v2.05,with wifi module and Ethernet RJ45... it is my first time that i am using harmony.I have 2 problems:1.in main.c why while(true) just executed one...
View ArticleUSB CDC throttling. (vini_i)
I set up a USB stack for CDC using Harmony. It works well if I'm sending the data slowly. I want to try sending data as fast as I can. When doing this I overflow the queue buffer. The...
View ArticleStatic I2C slave problem (Kaws)
Hello everyone, I'm trying to build a setup with two PIC32 based boards (PIC32MZ2048FH064 as Interface board and PIC32MK1024GPE as PWM generator). I would like to use I2C as a data exchange bus (to...
View ArticleIs there a way to get a summary of "instances" and their physical devices?...
Hi all,As I get into harmony I'm feeling lost sometimes as what's being associated with what. The manual (Volume IV) shows an example of multiple instances and talks about usart0 and usart1...
View ArticleATWILC1000 driver (friesen)
Where is the most current release of the atwilc1000? Would the ASF be a better starting point? Has anyone used Harmony for a commercial product for these modules? It seems pretty creaky, like for...
View Article[Q] Current state of Harmony. [Q2] Support (FatFS, MPFS, ...) for using...
Good evening, Current situation:We are well into the development of a system that uses the PIC32MZ MCU. Not long ago, I implemented the the NVM functions provided in the "Section 52. Flash Memory with...
View Article[SOLVED]TCPIP/UDP stops working (WesS)
I had to switch recently to MplabX and Harmony and after a lot of pain i had manage to modify my old project to work with Harmony. And now I have encountered the problem with the tcpip stack - after a...
View ArticleHarmony SD CARD with RTC on same SPI (dynamic driver) (Fire8lade)
Hi all,I am having a hard time to get my SD CARD and RTC on the same SPI lines to work at the same time.My setup is as follow:I am using Harmony's SD CARD and SPI dynamic driver. The SPI is connected...
View Article