DNS at multiple interfaces? (Benny32)
Hello everyone, I'm having a PIC32MZ2018ECG100 processor with the MPLAB Harmony v1.02 software stack. I have connected a PHY (DP83848) and a wirless module (MRF24WG0MB), so I use multiple interfaces at...
View Articleso not impressed !!! (John H)
I have spent so much time trying to get my head around this harmony and it's beat me !!! I tried to follow the PDF and if this is the best way to learn this ultra deep new approach, I am quitting now....
View ArticleWhy harmony sucks, this says it all (kurtg)
This quote from one of the harmony team says it all. I nearly ruptured a blood vessel after reading this. Now I know why harmony has been giving me the fits these last several weeks. WTF the most...
View ArticleSPI DRIVER Configuration (ACPC)
Hi everyone!I need help to configure SPI DRIVER for PIC32MX575F512 & ENC424J600Driver ENC424J600:Number off Driver Instances=?Number of Client Instances=?( )ENCX24J600 Driver Instance 0Number of TX...
View ArticleMicro second delays using MHC (ItsAllAboutTheCode)
I am very new to MHC, although I have a lot of experience with other IDEs and micrcontrollers. I have a one wire device that I need to talk to and and such need to toggle GPIOs to read and write the...
View ArticleCreating an Application for a PIC24 with the C30 compiler (cyd)
Having followed the tutorial within the help_harmony.pdf to create an application for a PIC24 device compiled with the C30 (V3.25) I notice I do not have a file osc_p24Fxxxx.h on my harddrive. make:...
View ArticleHarmony v1.05 32MZ-EC upgrade to v1.06 32MZ-EF: seeking recommendations (gfl)
Hi, I'm in the process of upgrading from Harmony v1.05 with a custom PCB PIC32MZ-EC to v1.06 with a custom PCB PIC32MZ-EF. Is there a recommended procedure for doing an upgrade like this? I have a...
View ArticleWhere is the configuration for Harmony version edited? (Kentj)
I can see that the "Generated Command Line" is using the older versions of Harmony. I didn't see where to change it in the installation manual or the Harmony Help manual. The project location is also...
View ArticleSDcard write problem with msd basic sdcard reader (cl29200)
Hello all :) With harmony v4.02 i've implemented an sd card reader with my pic32.I've used msd basic project from examples and add sdcard from harmony configurator.I've replaced nvm driver to sdcard in...
View ArticleHarmony USB Device Library Bug: Control transfers are limited to 64 bytes...
There is a bug / limitation in the Harmony USB Device module: control transfers are limited to 64 bytes. From the sources: typedef struct { /* Control transfer state */ bool inProgress; uint8_t...
View ArticleHarmony Code Configurator crash (USB Device) (digisign)
If one of the fields "Manufacturer String" or "Product String" is left blank the file generation crashes when generating "system_init.c". (Se File) /Bengt..
View ArticleUDP fails to connect to Apple computer and Apple iPad & works great with...
I am building an app that sends UDP packets to several devices (IPs) on an infrastructure network. The code works very stable in sending messages to another embedded system and to a Windows software....
View ArticleFreertos, TCP/IP and 4 available timers (Levi77)
I have just started using Microchip Harmony (v1.05) and have a problem configuring hardware timers/counters.I use PIC32MX795F512L and want to run the TCP/IP-stack and Freertos and still have 4 timers...
View ArticleGraphic Composer Bug (cdgarren)
I accidentally created a scheme with the emboss value set to -1. This caused freezing/weird window issues when the composer tried to render widgets using this scheme. Changing emboss back to 0 fixed...
View ArticleGDD Text Entry module (ToshCom)
FYI.After programing into PIC32 GUI Dev Cap Touch, the "Text Entry" GDD module table cells seems to be wrong. If you setup row and column to 3x4 keypad, it displays 4x3 on the dev display. Perhaps I am...
View ArticleMerging files w. Harmony 1.06 (Paul_M)
I had set up my project using timer 4 with ISR and interrupt priority 4. Did some software coding, then decided to change ADC peripheral from polled mode to interrupt. I assigned it priority 2 /...
View ArticleMinor MHC SPI Setup issue (Ed@BGM)
This is a minor annoyance that gets flagged by pclint.MHC generates the following code, with the SPI index hard coded, instead of using the defined indexes: Generated code:/*** SPI Driver Index 0...
View Articlebuilding apps/bootloader/basic in udp_pic32mx_eth_sk config, failing for...
I'm trying to build the bootloader example in harmony v1.06 with the free version of XC32 v1.34, but it seems that it don't fit in the device memory. I couldn't test it with the xc32 with full...
View ArticleSetup for TCPIP + FreeRTOS? (BDD)
Hi AllRunning MHC I can get my ENCX24J600 and freeRTOS and the TCPIP stack to compile but as soon as I enable HTTP server in the MHC then I get...
View ArticleHarmony v1.06 Basic UDP Bootloader doesn't compile with XC32 v1.40 free...
Hallo, I want to compile Harmony v1.06 "Basic UDP Bootloader" using XC32 v1.40 free edition on my PIC32MX795F512 project. I think it fails due to lack of compiler optimization (code too large to fit...
View Article