New user problem with Tutorial and timer driver. (KeithSloan)
I am a new user trying to go through the tutorial for Harmony. But when I try and build the tutorial app I get see errors about undefined reference to DRV_TMR_OPEN, DRV_TMR_AlarmRegister, DRV_TMR_Start...
View ArticleSST26FV032B Sector Erase (Harmony 1.09) (mhanrahan)
I am using SST26FV032B SQI flash on my board, connected to PIC32MZ2048EF. I have copied the drv_nvm_flash_sqi_sst26.c/ (and associated .h header) to my project. (from the gfx external resources example...
View ArticleTCPIP stack requires Crypto? (twelve12pm)
Hi all, When using TCPIP stack with HTTP Server, is Cryptographic (Crypto) Library required? Specifically, if the HTTP option "Require Secure Connection Before Requesting a Password" is checked, does...
View ArticleUsing DNS to resolve a URL (martinw7750)
MPLabX 3.45XC32 1.42Harmony 1.09 Hi,I'm trying to use DNS to resolve a URL, I guess I've misunderstood what I need to do. so here's my code: case SM_FTPC_HOME: // check for a plain IP address if...
View ArticleCompile error in dsp/general-exception.s: Illegal operands (twelve12pm)
I am experimenting with Harmony on PIC32MZ2048EFG144. This part has a DSP-enhanced core, so I enabled DSP Fixed-Point Math Library (and Use Exception Handling) as well as Use LibQ Fixed-Point Math...
View ArticleRecent Harmony Multicast Improvements? (breinhold)
(I originally posted this on the Ethernet board. Re-posting here) I'm using Harmony 1.06 in a project that uses UDP multicast. It works, but functionality is limited. I noticed this in the release...
View ArticleQuick question about I2C3 errata note on PIC32MZ EF family (tedhuntington)
Quick question about the errata note on I2C: "The work arounds described for revision A1 silicon will also work for silicon revision A3, with the exception of I2C3, as I2C3 must use a software...
View ArticleHarmony 2 crypto question (twelve12pm)
In framework/crypto/src/asn.c, what does function GetCA() and GetCAByName() do? Where are they implemented?..
View ArticleHarmony 2 stand-alone project (martinw7750)
Hi Guys,I know this has been covered somewhere on this forum, but I can't find the post.Harmony 2.01b - how do I create a stand-alone harmony project?I've been searching the 2.01 documentation, and...
View ArticleHarmony PIC32MZ Scanning All ADC, but missing Class1 AN0-AN4 (Paul PortSol)
I'm having trouble getting some ADC channels to work with Software Trigger, so I wrote a test routine to scan all the ADC.I can read AN5-AN44, but not AN0-AN4.Can anyone see what is wrong? I did set...
View ArticleHow to copy/move a Harmony Project (KeithSloan)
How are you supposed to copy or move a Harmony project? I tried move & copy using MPLAB-X and things just get in a mess..
View ArticleMultiple Gateway Usage (jautry)
Is is possible to use harmony for a multiple gateway design which will host two network Phys, one running as DHCP server, the other as a client with separate IP ranges...
View ArticleHow to clone a Harmony project and upgrade it to the latest Harmony version...
In a previous post I was directed to other posts that allowed me to figure out how to clone a previous project and upgrade it to the latest versions of Harmony and MHC. This is especially useful to me...
View ArticleSetting custom MAC (peterverkaik)
Hi, I am running a Harmony tcpip demo,but get the PIC32MX MAC address.How do I use my own custom MAC address? I found file network_config.hwith some changeable settings. // default values for the...
View ArticleHarmony Tutorial and Curiosity MX470 - USART (KeithSloan)
I am trying to follow the Harmony Tutorial for templates. The template is for USART. I get to the stage where it tells me to invoke the debugger but at this point I get a build error. In function...
View ArticleHarmony Listbox (mlg09001)
For Harmony 1.07.01 I have a listbox that I allow the user to scroll through. The harmony listbox prevents the user from scrolling to a position where the selected item is no longer scroll on the...
View ArticleTwo pretty big errors in harmony bit-bang I2C driver code in Harmony 2.01...
Just an FYI to those struggling with I2C Dynamic bit-bang drivers using interrupts (I find that I need to use the bit-bang driver since rev A3 of PIC32MZ0512efe064 now needs the bit-bang...
View ArticleHarmony open source question (robin200165)
Sir, I was wondering that does MPLAB harmony belongs to open source code or not? I know that like FreeRTOS belongs to open source, so if anyone had asked I should contribute to the original code and...
View ArticleUSB Library include. (KeithSloan)
I am trying to implement an application to send Midi keyboard events to the host.I have setup the USB devices as per http://www.microchip.com/forums/m914640.aspx But when I try and add code to do a...
View ArticleWifi Module not initializing (1.09) (mhanrahan)
I am using Harmony Configurator to set up a new project using the MRF24WG wifi module. It is custom hardware. I am trying to set up a baseline project with all drivers installed and tested so I can...
View Article