Harmony 3 UART Woes (jimctr7)
I am in the process of moving a project ( a fully functional project ) from Harmony 2 to Harmony 3. Strangely, when I use the configurator, U1MODE = 0x0 (disabled UART) and no Interrupts are set (even...
View ArticleOther Harmony 3 Woes (jimctr7)
Whenever I make a change in the configurator, and generate new code, I get the following error during compilation: dist/default/production/crt0.o: In function `_main_entry': (.text.main_entry+0x24):...
View ArticleV3 MH Configurator Export - Exporter list is empty - Is Yours (jkelleher)
Hi I'm new to Harmony and I'm starting with Version 3 (no V2 experience - so a I'm a newbie). I'm working on a new project for the bootloader. I'm trying to figure out how to load the pin...
View ArticleHarmony 3, missing functions after core 3.7.1 update (Jon_S)
I've just updated and I now have missing functions causing a build failure, does anyone know how to persuade it to generate properly? Part is a PIC32MZ1024EFM064.I've tried the obvious (remove the...
View ArticleIn Harmony V3, what function is for unlock sequence ? (ysaitoysaito)
In Harmony V2, I have used SYS_DEVCON_SystemUnlock() and SYS_DEVCON_SystemLock() for unlock sequence. I would like to know the Harmony V3 functions for SYS_DEVCON_SystemUnlock() and...
View ArticleHarmony Updates? (BillP)
I just noticed that MPLAB X IDE and many of the primary Harmony repos have been updated this last week -- except the net repo. Is there an update scheduled for the net repo? if so, when?..
View Articlepic32 not start (dobrosoft)
Hello I have one easy question. PIC32MZ2048EFH100. I use Harmony 2.06. I use developing bits set. In first initialisation I have set and used watchdog. I can see when there is problem (watchdog...
View Article[solved] Button does not get touch event inside a panel (marelcom)
Hi In my project (MPLABX=v5.25, XC32=v2.30, Harmony=v2.06), I placed buttons inside a panel widget. When touching a button, it does not get the touch event.As soon as the button is moved outside the...
View ArticleHarmony 3, PIC32MZ power-saving? (Jon_S)
I've found the documentation for low power apps on the SAMC2x cores, but I can't seem to find anything for the PIC32MZ. The power-management component in Harmony doesn't seem to be present for the...
View Article[GFX - Harmony 3] Possible to read current frame buffer? (lcitos)
Is it possible to read raw current frame buffer? I've searched all the API and couldn't find anything. Edit: GFX_ReadPixel..
View ArticleWTH is wrong with the Harmony Documentation (gerrysweeney)
I have just installed MPLAB-X and XC-32 compiler. I am trying to install Harmony 3.0 but the documentation is basically useless and I am going around in circles. Can anyone give a simple set of steps...
View ArticleHarmony TCP migration from IPv4 to IPv6 (kmurdough)
I currently use Harmony V2.06's TCPIP stack which is configured to work using IPv4. It is modeled after the TCPIP_tcp_server example code. I am now trying to migrate to IPv6. Through the configurator I...
View ArticleHarmony v2 and S25FL Driver... (tporter905)
Hi, I am trying to use the Harmony S25FL driver, added the 128 and 25MBit codes, and it seems to initialize just fine. However when doing a transfer in quad serial mode it doesn't seem to work. Has...
View ArticleFreeRTOS in MPLAB Harmony 3 (Erick S)
Hello All, I have been trying to generate code for FreeRTOS without success for a while now. Basically, no matter which other components I have active in the project, whenever I add the FreeRTOS...
View Articleundefined reference to `SYS_CLK_SystemFrequencySet' (dobrosoft)
Hello. I use PIC32MZ2048EFH100, Harmony 2.06, I need change frequency on the fly. I'm learning how to use SYS_CLK_SystemFrequencySet, but I have still problem with build project: undefined reference to...
View ArticleMPLAB X 5.40 Hardware connection tool can't find my Curiosity 2.0 PIC MZ EF...
I've also posted this on the MPLAB X forum, but so far no solution, so I will try the Harmony people. I believe this is an MPLAB X problem when I moved to v5.40, but I also updated all my Harmony...
View ArticleGeting started with Curiosity pic32MZ2048EFM100 board (Abit.strange)
I cannot seem to open and compile the EasyWifiRGB demo.The compiler complains that it cannot find the path to the framework.When I tried to download the framework, using the Harmony Content manager I...
View ArticleMinimal OSC frequency for CAN BUS (dobrosoft)
Have has anybody experience with minimal PIC32 frequency for correct working of CAN BUS? My processor is PIC32MZ, I have set primary oscillator frequency to 100MHz, SYS_CLK_BUS_PERIPHERAL divider 1,...
View ArticleAria graphics application does not generate. Stops at 99% (automate)
There is a known issue when using MHC v3.4.0 to generate code for Aria applications. Users may experience that the percentage indicator on the progress bar reaches 99% but not continue. This post is...
View ArticleModbusTCP implementation using MPLAB Harmony (any version) (ravic)
Hi,There was default TCPIP demo application in MLA library, application note to implement the modbusTCP (AN1568) and sample code for same. Is there similar kind of application note or sample code for...
View Article