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 starts to bring up the tool and then gives me the followi..
↧
tools upgrade problem (sage12)
↧
How 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 read the data I write using "DRV_USART0_WriteByte". Bu..
↧
↧
Harmony 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 stack (http_net), or FreeRTOS, there are now 3 books (ava..
↧
drv_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 guidelines? drv_ethphy.c
#if (D..
#if (D..
↧
What is the difference between DRV_I2C_Transmit and DRV_I2C_BufferAddWrite? (azaman)
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 device and the "DRV_I2C_BufferAddWrite" is to write dat..
↧
↧
Problems 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 little pieces but there is no larger view. I'm trying to..
↧
DRV_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 drv_usart_byte_model.c where it states:
//..
↧
HTTPPrint : 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 TCPIP_HTTP_NET_DynamicWrite or must call it one time ?ie : can..
↧
Heap 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 entire screen)1 text field1 keypad2 Buttons (Save Value ..
↧
↧
HTTP 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(), etc... function calls to update variables on the webpage...
↧
How 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 follows:Harmony/v2_06/framework/gfx/libaria/src/libaria_widget_bar_graph_skin_classic.c:103:17: war..
↧
DRV_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..
↧
pic32 + 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 time and does not loop always? if i want to add my co..
↧
↧
USB 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 USB_DEVICE_CDC_Write function returns the following error, USB_DEVICE_C..
↧
Static 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 write parameters to the slave board and to read it's stat..
↧
Is there a way to get a summary of "instances" and their physical devices? (RodoPIC)
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 (SYS_MODULE_OBJ usart0, SYS_MODULE_OBJ usart1).It is easy to keep..
↧
ATWILC1000 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 example not yielding to the rtos in hif_handle_isr, at leas..
↧
↧
[Q] Current state of Harmony. [Q2] Support (FatFS, MPFS, ...) for using internal flash (striker)
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 Support for Live Update" datasheet. The functions are ..
↧
[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 couple of hours, half a day running it stops respondin..
↧
Harmony 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 to both the SD CARD and a RTC.Harmony automatically ini..
↧