Error Getting Started With MPLAB Harmony (jkellar)
Hi All, I'm new to this forum and just beginning to work with the PIC32 line as well as Harmony. I keep getting this error: info: Configuration "default" will build with toolchain "XC32" at "C:\Program...
View ArticleSYS_CONSOLE_Read behaves a bit like scanf() ? (frankimarcelo)
I posted a question one week ago without getting any answer. Maybe my question was not clear enough.My application has to check periodically (every 100ms) if the user stroke any taste on the keyboard....
View ArticleSD Card redetect problem (manni)
Hello, i have an app with PC32MZ and Harmony V1.03.I have implemented the SC-Card like example "sdcard_fat_single_disk".The card will be detectet and can be read and write, all seems ok. But when i...
View ArticlePic32MZ direct PLIB code for I2C (GrahamS)
Hi,I am trying to bypass the need to use harmony drivers just to talk to a simple Realtime clock chip. They are just way too complicated (unnecessarily so) for this requirement (In my Opinion !!).So -...
View ArticleHarmony 1.0 SDCard Driver troubles (Maximus4)
I've been attempting to set up a very simple Harmony project as a test of the FatFs file system with a microSD card without much success. I''m using a non-Microchip board with a PIC32mx695f512l chip...
View ArticleHow to get harmony libq library producing expected results (marcel63)
I try to use the LIBQ library function "_LIBQ_Q16Sqrt" and "_LIBQ_Q16Div" that is part of the libq library in the harmony framework (harmony\v1_01\build\framework\math\libq\LIBQ_Library.X). Currently,...
View ArticleAdvantages of using SYS_CONSOLE_Write() versus SYS_PRINT() ? (frankimarcelo)
I find much easier sending formatted texts with SYS_PRINT() than using SYS_CONSOLE_Write() that requires the check of the flag appData.wrComplete to be sure not to overflow the transmit buffer and to...
View ArticleProblem changing Static Text in Harmony 1.03 GDDX v2.20 (LikeItLowLevel)
I am having a problem trying to change the text using a static text widget. Well the text changes but it is more like the new text is written over the old text. The old text is not being cleared...
View ArticleAll USB Endpoints have only one common queue ?? (FoxVK)
Hello,I have usb device with one isochronous endpoint streaming audio to host and another pair of bulk endpoints (IN and OUT). I need to use bulk endpoints while I am streaming audio, but the IN one...
View ArticleBootloader example App Linker File Problem (James Autry)
If I use the example app link file from the bootloader examples, changing out the library for my MZ part, it does not work. If I just change the reset address back to 0xbfc00000 from 0x1d001000, then...
View ArticleBootloader and NVM apps (dayar)
Hello, first I apologize for my English (I am Spanish).I'm testing the bootloader examples, and work perfectly.I tested app linker scripts with other applications, such as TCPI/IP.In applications that...
View ArticleHarmony 1.03 and uart_bootloader live update sample (bikeoid)
Does anyone have the entire project working as expected? I seem to find that the flash erase is not working as expected - when loading a replacement project, nothing is erased. Only the first operation...
View ArticleWhere is the TFTP client? (Benny32)
Hello everbody, I'm using the Microchip Harmony software stack v1.02 with a PIC32MX Starter Kit. I want to use the TFTP client but I can't find it. In the TCP/IP stack help description text there is a...
View ArticlePLIB assert with eth (Benny32)
Hello everbody, I'm using a PIC32MX Ethernet Starter Kit with an I/O Expansion Board. I'm using the Microchip Harmony v1.02 and modified the code for my own using. For example I redirect the...
View ArticleDifference between USB CDC-Serial-Emulator and CDC-COM-PORT ??? (Piwi)
Hi, I am using Harmony 1.03 USB-Stack with PIC32MX795F512 and came across some USB device demos.What is the difference between USB CDC-Serial-Emulator and CDC-COM-PORT? I noticed the "USB Device...
View ArticleMissing DRV_USB_xxx defines (Progman3K)
Hi, After using the Harmony generator to create a USB CDC project for the PIC32MX795F512L, it errors-out when compiling. First, there were prototyping errors where some .H files defined certain...
View ArticleHarmony v1.02 using wrong value for USB Device Descriptor bMaxPacketSize0...
The USB examples in Harmony v1.02 use the value 0x64 - that's **100 decimal** - for bMaxPacketSize0 in the USB device decriptors. Surely this should be 64 **decimal**?..
View ArticleHarmony V1.02 -SNMPv3 USM user fail (Tejo Gowtham)
I am using Harmony V1.02 TCPIP stack in my application., I need SNMPv3 capable agent to modify the stack USM parameters I used following macros in "system_config.h"., /*** SNMPV3 Stack Configuration...
View ArticleHow To detected if USB device is plugged to PIC32MZ (MKC)
Hi, I need an example on how to perform a fast detection if a USB device (thumb drive) is connected to the PIC32MZ.MZ part has different USB than MX part.Method should be fast without installing ISR...
View ArticleI2C (wayne_)
I looked at the I2C example, setup I2C in Harmony and started writing my own state machine to write to the I2C. This worked fine.I then started writing the read routines and thought this would be...
View Article