Example app comment request (breinhold)
I was able to successfully use Harmony once before to build a system that communicates with a host over Ethernet... less successfully to actually learn and understand it. I'm now on my second effort...
View ArticleTCPIP Stack not starting on a warm boot (NKurzman)
I am having a Issue where the Network will not come up properly after reprogramming, or during Debug.It needs a power cycle.I did not have this before V1.06Either TCPIP_STACK_Status() fails of DHCP...
View ArticleHaving trouble getting the dsp math library dsp.h to work (emarx)
I have an 32 bit application which depends heavily on DSP. I added the Math library in MHC only to find the include statement was wrong... #include "libq.h"needs to be changed to#include...
View ArticleException with USB Device + Timer System Service (mvollmer)
Harmony Version 1.06PIC32MX250F128BMPLAB SimulatorOptimazation 1XC32 1.40MPLAB IDE v3.00 Hello,i got a new project and thought that i try to use harmony for it. So its my first real Harmony Project....
View ArticleIssues generating code with WiFi Driver (cmlopez48)
Hello everybody. This is my first time using PIC32 family (PIC32MZ0512EFK064) and harmony code configurator. I want to use the MRF24WG0MB, so I follow the next steps in Harmony Configurator in MPLAB X,...
View ArticleHTTP problems (BDD)
Hi AllI have tested and run the HTTP webserver application as in the TCPIP folder and it works fine.I have since create my own application using various drivers and they all run fine as well as my...
View ArticleHarmony Configuration V1.03 to 1.06 upgrade Timer settings issue (MKC)
Opening an existing 1.03 project in 1.06 MHC and my Timer setting have changed.Driver Implementation in V1.03 was Dynamic/ TMR_ID_1 and in V1.06 is now Static/ TMR_ID_2 Changing this values back to the...
View ArticleNot sure how DRV_USART_BuffertEventHandler works. (kmoravec)
Yes I have all the new stuff, MPLAB V3.10, XC32 1.40, Harmony 1.06 On page 2770 of the Frameworks Libraries Help it has: DRV_USART_BufferEventHandlerSet(usartHandle1, APP_USARTBufferEventHandler,...
View ArticleHarmony Configurator not generating all #define for SPI (kmoravec)
It looks like DRV_SPI_INSTANCES_NUMBER is not being generated. I set it to 2 in Harmony Configurator ("Number of SPI Driver Instances"). It looks like DRV_SPI_CLIENTS_NUMBER is not being generated. I...
View ArticlePIC32MZ SPI CLK issue (jCoder)
Hi, I started my project working on the PIC32MZ EC SK dev board. I've got my new boards in so now I'm porting that code to PIC32MZ2048HC100. I'm using MPLAB v3.1 with Harmony v1.06. I am having an...
View ArticleDRV_I2C_BufferAddWriteRead is missing the stop signal (muellernick)
Hi! I changed my I2C-routines to use the WriteRead action (formerly, I used separate writes and reads). Now, I discovered that it no longer works.I do receive a DRV_I2C_SEND_RESTART_EVENT and do send...
View ArticleMultiple Console Dynamic/ Multiple Uart Dynamic Example? (bob3er4)
First off: thanks to everyone for the support on the Harmony roll out! Second: For those crying about harmony documentation: Help Microchip support us. We are all on same team and want to get product...
View ArticleWhat is the correct way to use TCPIP_ tcp_socket InfoGet function? (DominusT)
Hi.I'm trying to migrate to the TCP/IP stack of Harmony.I have an example of server type.In MLA, to obtain the IP address of the client was connected to the ESK, I did the following: TCP_SOCKET...
View ArticleNeed some guidance (andync)
Hi, I have a working project running under Harmony 1.02 and I am trying to port it to 1.06 but I'm having problems.I'm using MPLABX 3.10 XC32 1.4.The hardware is functioning correctly under the...
View ArticleTCP stack buffer settings (flatbush)
Hi guys I have noticed problems exchanging arrays of more than 512 bytes. It seems related to the default value of TCPIP_TCP_SOCKET_DEFAULT_TX/RX_SIZE: I am working with a PIC32MZ2048ECG and Harmony...
View ArticlePIC18F45K22-I/PT can't use I2C. (chaokun)
When I2C BUS was in the process of using,the SCL signal ccould not change.The supply voltage of PIC IC which we used was 3.3V, the pullup resistor of I2C was 1.8K,which had been pulled up to 1.8V. It...
View ArticleConfusing Mess of Configurations (crosland)
I decided to look at the Harmony bootloader example "basic". Clean install, latest versions of MPLAB X and Harmony. How on earth do you figure out which source files are actually compiled in any given...
View ArticleWhat is the equivalent of the MACIsLinked function (MLA) in harmony? (DominusT)
Hi. I think the equivalent function is DRV_ETHMAC_PIC32MACLinkCheck Am I right? Thanks..
View ArticleHarmony Static SPI SS1 assignment on PIC32MX220F032B (campbellCustom)
Hi All, I'm using a lower memory/cost effective pic32mx220 as SPI slave device with harmony 1.06.I decided to use the static implementation of the SPI driver as I'm only using one interface and don't...
View ArticleI2C error handling - object queue full (nemesys)
Hi, I'm trying to implement a dynamic I2C driver using MPLAB Harmony v1.06 with a PIC32MZ.I managed to get it work so now I want to handle the unusual cases such as devices missing or communication...
View Article