Delay in Harmony, consulted FAQs (AJThomas123)
Hi. Apologies for what is almost definitely a silly question. I've pulled the code for a delay in ms from the solution found in the FAQs- I just copied and pasted it and it returns this error. error:...
View ArticleHarmony in Real Production code? (Howard Long)
Folks I have a couple of questions for anyone using Harmony for real production code. (a) Do you use Harmony throughout, or do you use hybrid development? In other words avoid the driver models for...
View ArticleDoes the current MPLAB X IDE (v3.26) support programming a PIC 32 Ethernet...
Forgive me if this is a dumb question, but the list of supported hardware tools doesn't seem to include PIC 32 starter kits. I've done development work on a PIC 32 starter kit before using an earlier...
View ArticleHarmony Pin Conflict Resolution (martinw7750)
Hi, When I open the Harmony configuration, I get some pin conflicts reported: Pin 36: Conflict resolution - Automatically assigned function 'AN0' Pin 43: Conflict resolution - Automatically assigned...
View ArticleHarmony Configurator Plugin - Possible to run from command line? (haydenb)
Hi all, I am in the process of setting up a continuous integration system in order to build our PIC32MZ project from scratch every day.Ideally I would like to be able to take a copy of a fresh...
View ArticleBUG - saving Harmony pin configuration to excel spread sheet produces 0...
Saving Harmony pin cofnguration gave an 'unexpected exception' A java.lang.IllegalStateException exception has occurred. Click Show Details or see the messages.log file located in your...
View ArticleMinor annoyance (bblessing)
When you first launch MHC it prompts you to open a .mhc file. However, when you do, there is still a '*' next to the MPLAB Harmony Configurator tab. This signals to me that something still needs to be...
View ArticleBootloader linker script for PIC32MX230F128H (Soren.Bang)
I have created a Bootloader for the PIC32MX230F128H using Harmony 1.06, configured for USB Device and button trig.The codes does compile, but it fails to link:...
View ArticleProblems with UART console (dansaf)
Hello,I have a little problem with the UART console and maybe you can help me.First of all, I want to print different messages and values to the console. I use a PIC32MZ2048EFH for the application....
View ArticleIs MHC Over-reaching? (BillP)
I have been learning Harmony in a slow, systematic way to try to understand the architecture and philosophy behind it. I am somewhat OK with its complexity as long as it is warranted. I did, however,...
View ArticleBootloader can't run at full speed? (realexander)
Hi, I've taken the "basic" bootloader demo project, ported it to the PIC32MZ EF starter kit and confirmed that it works as a USB device. Then I changed the USB settings in MHC from HIGH SPEED to FULL...
View ArticleHarmony USB Bootloader Enumeration Issue (tt_citron)
Hi, I have an issue when using the Harmony USB bootloader demo and connecting the USB device using a HUB. My setup is: PIC32 USB Starter Kit II (PIC32MX795F512L)MPLAB-X-IDE 3.26Harmony...
View ArticlePin Config and Templates (boiler)
Hi everyone, i want to label my general I/O pins in the Pin Settings under column Functions. I can add some text but after pressing enter, the textfield is cleared. How can i label these pins? Would be...
View ArticleExternal SRAM / EEPROM with PIC32MX over SPI (ShaileshV)
Hi I want to interface SRAM / EEPROM like 23LCV512 or 25LC256 with PIC32 over SPI. I have these questions: 1. Is there any sample code available for this?2. The external memory (SRAM/EEPORM) will hold...
View ArticleHarmony printf uart (Paul PortSol)
a) When using Harmony can I direct printf to any UART I wish, or does it always go to UART2?If yes, how do I redirect the output to a different UART? b) What about Harmony console, can that go to any...
View ArticleWhy _SYS_TMR_ClientParamSet returns 'false'? (DominusT)
Hi. I'm working with WiFi_G_Demo, Harmony 1.06, XC32 v1.40 and MPLAB X3.26. I'm trying to create a delay but the function returns 0xFFFFFFFF:typedef struct{ /* The application's current state */...
View ArticleSet the DNS Host Name (NKurzman)
The Micro chip Demo set the DNS host name#define TCPIP_NETWORK_DEFAULT_HOST_NAME "MCHPBOARD_E"What is the API function to set this after INIT?like:TCPIP_STACK_NetAddressGatewaySet (netH, (IPV4_ADDR...
View ArticleHarmony Bootloader (BDD)
Hi AllI have used Harmony to create a "default" project that has the following1) SPI interface (using the Harmony SPI driver)2)encx24j600 Harmony driver3) UDP of the TCP/IP stack The project is huge...
View ArticlePIC32 and TLS 1.2 (tomashal)
We are going to start a project where we need to communicate with a webserver. Our plan is to use PIC32. But this server requires TLS 1.2, and I'm not sure how complicated this is with PIC32. Does...
View ArticleTroubles with project organisation/structure (Rafauy)
Hi, I have some questions about the project organisation. Im having two issues: 1-Whenever I make a change in the configuration of the project using the MHC, the system_interrupt.c file is erased (just...
View Article