SQI Drivers Availability (pranavparalikar)
Hi, I am using PIC32MZ2048ECH144/100 Micro-controller for one of our projects. I am using Microchip Harmony + MPLABX IDE + XC32 V1.40 for the development. I want to use SQI Port for interfacing a...
View Article[PIC32MZ] Preprogramming the NVM (mickael9)
Hi, I'm using a section of NVRAM to store some parameters using the PIC32MZ EC Starter KitI also wanted to have default values set from code so I came up with this :const volatile uint8_t...
View ArticleHow do you set your Own Unicode charactor range in 1.05 Harmony Graphics...
I am studying Unicode charator(Japanese) by Using Graphics Library of ver.1.05 Harmony, ver.1.40 XC32, ver.3.05 MPLABX ,rev.5 PIC32MZ2048ECH144 and INT035 graphics LCD. As fonts I use...
View ArticleHarmony CAN Driver Bug- Filter Configuration (RobL12)
I believe that found a bug in the Harmony CAN driver and did not see a place to officially submit it. I noticed it in v1.04 and then realized that it hit me again when I built in v1.05. The issue is in...
View ArticleHarmony MHC 1.05 won't compile GFX (cy_johnson@yahoo.com)
First, be sure you have the latest harmony pluggin 1.0.5.18 that comes with Harmony 1.05.Use MHC and create a new Harmony project (in this case for PIC32MX360F512L). Select "Use Graphics Library"...
View Article3 CDCs or 1MSD + 2 CDCs (nvicchi)
Could anyone help me get 3 CDCs (from the dual cdc example) or MSD + 2CDC (from composite MSD+CDC) working?Im currently working with Harmony 1.05. This is for learning porpouses, but I am a bit lost. I...
View ArticleSYS_PORTS_ChangeNotificationStatus does not exist (mickael9)
Hi, SYS_PORTS_ChangeNotificationStatus is defined in the headers files and documented in the help files, but there seems to be no implementation for it. Attempting to use it results in an error at link...
View ArticleUSB CDC device not init (pitman)
Hi Harmony 1.0.5/MplabX 3.05 I have two board for work: PIC32MZ Embedded Connectivity Starter Kit and Digilent PIC32MZ WiFire. I can blink a led with system timer service. I try add USB CDC device...
View ArticleCDC + MSD + File System : Very close to make it completely work (Toussaic)
Hi,After months working on this project, I'm very close to make it works. I made a composite device with CDC + MSD drivers. I have a File system too. Both MSD and File System drivers should read and...
View ArticleSNTP service: Feature request (muellernick)
Hi! I'd like to be able to start and stop the SNTP service. Currently, SNTP polls the time every 10 minutes (or so, configurable).In my application, connection to the internet can be unstable (remote...
View ArticleHeap Monitoring. (NKurzman)
Harmony appears to go out of it way to use dynamic memory allocation.Or am I reading it wrong. If so, how do you monitor the heap in a unit that will never shut down?Total usage? fragmentation?..
View ArticleUSART Driver Library (NKurzman)
I see it supports direct access.A Queued Block transfers. No serial interrupt driven Ring Buffer?Or an I looking at it wrong?RS-485 Control?Block transfer is OK for Transmit, but not very useful on...
View ArticleHow much heap do I really need for the TCP/IP Stack? (jdeguire)
This is something I've been wondering about for a while now. With the MPLAB Harmony Configurator, no matter how big I make my default TCP or UDP buffers and no matter how many sockets I allocate for...
View ArticleI can't find many TCPIP settings (NKurzman)
I am new trying to get my Program under the Harmony configurator.Am I blind?MDNSSNTPNetBiosDHCPWhere are they?..
View ArticleHarmony configuration for WiFIRE board (wifi_easy_configuration demo) (belaz)
Hi,I have spent several days trying to configure Harmony to work with Digilent chipKit WiFIRE board trying to run wifi_easy_configuration demo. Seems like it is working finally, so I think I'll share...
View ArticleSingle and common time source? (muellernick)
Hi! What time is it?Is it SNTP time? Or time (from time.h) or some time from the internal RTCC?I tried to find a common source for the CPU's time.Normaly, my app uses SNTP. But that isn't up and...
View ArticleUSART Wake on start not working (mickael9)
Hi, I'm using the PIC32 Ethernet Starter Kit 2 with Harmony framework, and trying to use the "wake on start" feature of the USART driver. Unfortunately, after going to sleep with...
View ArticleMore Harmony Issues with Static Libraries? (NKurzman)
I am in the final steps to Get an Old project to V1.05 with the Configurator.If I select the Static Timer Driver with interrupts, it creates the interrupt, but does not put DRV_TMR_Tasks_ISR() in it.If...
View ArticleUSB HID Host on Ethernet Starter Kit II (Harmony 1.05) (mhanrahan)
I have project that is going to be based on PIC32MX795F512 where I need to implement a very basic USB keyboard to record keystrokes. This is my first time working with USB, and in the past I've found...
View ArticleBug in iPref.c ? (NKurzman)
Harmony V1.05 if UDP_PROTOCOL is not selected but TCPIP is this will not build since the switch is cuy off. if ( gIperfState.isLastTransmit == true ) { #if defined(TCPIP_STACK_USE_UDP)...
View Article