Unthread old MHC System File References in Makefiles (Michael Karas)
I have been developing a project for PIC32MZ on Computer One with Harmony 1_05. Yesterday I installed the newest versions of MPLabX, XC32 and Harmony 2.0 Beta on Computer Two. I then cloned my...
View ArticleI2S with DMA receiver issue with PIC32MX250F128B & PIC32MX170F512L using...
Hi, I am trying to do loop I2S RX to I2S TX, using DMA, using Mplab harmony.When DMA is activated in the harmony configurator, the I2S RX does not work.However, I am able to still transmit to the I2S...
View ArticleDriver for SPI EEPROM (ScratchMonkey)
I've got a custom PIC18 board based on the PICDEM.net 2 demo board. It incorporates a for storage. It also has a SPI EEPROM with Ethernet MAC address. I'm migrating the design to a PIC32MZ. I'd love to...
View ArticleUSART on Mikrobus 2 on Microchip Curiosity MX470 (KeithSloan)
I have some serial code that works fine when my USB UART Click is on Mikrobus slot 1 i.e. using U1TX & U1RX but now I need to move the Click to slot 2. My understanding is this will use U2TX and...
View ArticleHarmony USB Problem with PIC32MZ2048EFM100 (Wollli)
Hello ! I first used the msd_basic example, fited it to my processor and removed the not needed BSP functions and PORTH. This adapted demo runs fine on my hardware. It writes the Hello World file to a...
View ArticleFreertos task execution (mhanrahan)
Harmony 1.09 I had a prototype that used MRF24Wg. I now have a new version of said prototype where WiFi has been replaced with MRF24WN, requiring me to port my previous firmware to use FreeRTOS for the...
View ArticleError with SYS TIMER for USB basic HID Harmony1.09 (Heather)
MPLAB IDE: V3.40Harmony:1.09Compiler: XC32 v1.42Device: PIC32MZ1024EFF100 I was trying to add a USB of basic HID type in my design. When I try to compile, I run into the following linking error...
View ArticleWhat standard libraries are used with Harmony for Math, etc? (Paul PortSol)
With Harmony what libraries should I use for things like sqrtf/M_PI/cos/sin/atan etc, or other relatively standard functions?Should I be using a library included with harmony? (now using Harmony106 and...
View ArticleHarmony 1.08.01 + PIC32MX + ADS7843 touch - not able to update the Static...
Hi I am working with the following setup: PIC32MX795F512L, MPLAB X IDE v3.45, Harmony v1.08.01, MHC v1.08.7. The touch driver for ADS7843 is working fine with my custom board, having TFT LCD display of...
View ArticleSPI Slave (Skaptor)
Hi all, I have an application with two MCUs, 1 PIC24 and a PIC32MX250 using harmony 1.08. These devices comunicate via SPI and the master mcu is the pic24. However can somebody give me insight on how...
View ArticleBest layout of Project vs Harmony folders for Source Controlled projects...
I have tried source controlling projects with particular versions of Harmony but sometimes the configurator refuses to work with them. Is there a best/recommended arrangement that MHC works with?..
View ArticleBootloader problem with PIC32MZ2048EFH064 (cinpezzo)
Hi all,I'm trying to build a bootloader application using MPLAB v3.50, Harmony v2.01b, XC32 v1.42 with PIC32MZ2048EFH064 but a lot of "Link Error: Could not allocate program memory" errors happen...
View ArticleReading SPI for a Mikrobus Differential Pressure Click. (KeithSloan)
See post.txt as this FFFFFFing web site will not let me post things normally..
View ArticleHarmony: Oscillator Configurator (karan123)
Hello, Can body have some idea of below thread.? http://www.microchip.com/...aspx?m=965182&fp=1..
View ArticleHarmony I2C SDA low after some transmissions in parallel to USB Host (Wollli)
Hello ! I saw that during continuous writing actions on a USB Stick (1024 byte blocks) if I2C is runnig in "parallel" suddenly the SDA line stays low and no I2C communication was seen any more... I am...
View ArticleHarmony v1.09 SMTP issue (suprastar)
Sorry if this issue has already been addressed, but maybe this will help people struggling with SMTP in Harmony 1.09.I had a working application level SMTP file in Harmony 1.05 which sent several...
View ArticleDynamic UART Driver - Byte Model Support (neptunis2016)
Dear All, I am trying to implement send/receive strings throught Serial Communication. My first approach it will be print a string message in serial console. For that I send char by char throught UART...
View ArticleConflict with USBID pin in a PIC without USB OTG (crespum)
Hi, I might have found a bug in Harmony. I can't assign RF3 (pin 51) to any peripheral pin. According to the datasheet, this pin is not available when USBID functionality is used. However, this MCU...
View ArticleHarmony 2.01 Messaging System Initialization fails (hermallorn)
The Messaging System Initialization seems broken:sysObj.sysMsg0 = SYS_MSG_Initialize(SYS_MSG_0, (SYS_OBJ_HANDLE)&msg0Init);returns an invalid handle 0xFFFFFF in sys_msg.c, the initialization exits...
View ArticleHarmony 2.01 issue with DRV_USART_BufferEventHandlerSet in C++ (abies)
Dear all, I have been using Harmony 2.01 lately in order to give a try for the long awaited C++ feature. Until now, except the known app.h generated code issue, I did not have any trouble.But something...
View Article