Replying to UDP broadcast (andync)
Hi, I need a little bit of help navigating the Harmony stack.We have a config tool which catches the announce message and send back config data. The problem is that the announce message is sent back on...
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 ArticleEnabling Free RTOS in MHC results in build error undefined reference to...
I have an MPLAB X IDE 3.10 MHC 1.0.6.12 configuration using I2C dynamic bit banged for MZ EF that is working. I want to add Free RTOS to it so I check free RTOS in the configurator and regenerate. I...
View Article18F4620 gives wrong values from EPROM and variables Got Corrupt after some...
Hello Every One, I am using 18F4620 after programming it works very fine but after some days EPROM gives wrong values, even variable get corrupt and if I unplug it from mother board and plug again then...
View ArticleHarmony USB CDC Driver (NKurzman)
Has anyone used the Harmony CDC Driver?Does it work with any USB to serial cable? Only Microchips? Or none, just things using the generic Protocol?..
View ArticleBugfix and still Bugs in LAN9303-Driver in Harmony V1.05 (WhyLee)
Hi Guys, i have problems communicating with the lan9303-switch-chip connected to a pic32mz (A5).the rest of the tcp/ip works good and fast (webserver, mail, udp-communication, dhcp etc.). first i want...
View ArticlePIC32MZ hits exception trying to use System Timer (philipj451)
Hi All,I'm trying to get into using PIC32MZ and the Harmony framework.I have bought two separate demo boards (Microchip and Olimex) and had the same problem with each of them.Using MPLAB.X V3.00Harmony...
View ArticleBug: WAV of 22.05KHz of universal_audio_decoders is not replayed truly....
Dear Harmony Stuff I tried to replay the sound file of WAV and mp3 by using Microchip Demo "universal_audio_decoders",which exists in "C:\microchip\harmony\v1_06\apps\". Hardware is PIC32MZ EC Starter...
View ArticleSystem Timer, Timer1 and Secondary Oscillator (claydonkey)
Just a heads up.Harmony currently has no provision for using the Secondary Oscillator as Timer1 Source: After making changes to system_config.h #define DRV_TMR_CLOCK_SOURCE_IDX0...
View ArticleHelp: Writing USB MSD device from PC corrupts data (realexander)
Hi, I have a USB device that started life as the MSD+CDC demo. It's running on a PIC32MX270F256D with Harmony 1.06. I've added the File System service so that my PIC32 code can access the same files on...
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 ArticleHarmony does not build with the -std=c99 option. (NKurzman)
Will this be looked at in V1.07? ../framework/gfx/gfx_primitive.h:222:24: warning: inline function 'GFX_MaxXGet' declared but never defined extern inline uint16_t GFX_MaxXGet(SYS_MODULE_INDEX gfxIndex);..
View ArticlePIC32MX795F512L: where's Slave Select pin on pin configurator when using SPI...
MPLAB X 3.10, Harmony 1.06, XC32 1.40 and always SPI_ID_1 with DRV_SPI_PROTOCOL_TYPE_FRAMED. I used SPI slave framed mode successfully on a PIC32MX470F512L, where I can see the Slave Select pin on the...
View ArticleSPI Slave Mode SSx (wayne_)
How do I enable the SSx for SPI slave mode or is it enabled by default ? Cheers,Wayne..
View ArticleText in Portrait mode (jtzeng)
Has anyone worked on a user interface in Portrait mode and how did you address the text issue?Is there a way to render the text off screen and then rotate it into the display area?Most objects can be...
View ArticleExternal Serial Memory With PIC32MX795 for holding webpage (John H)
Hello I am using the pic32 ethernet starter kit I have previously used a spi external flash IC with MLA 2013-06-15 to store web page data in a SST25VF032B-80-4I-S2AF I have successfully been able to...
View ArticleUSB CDC Transfers - Can you get more than 1 char at a time? (jgvicke)
I have the USB stack set up in my program in echoing back characters to TeraTerm. Now it is time to start working on my parser. Does anyone know if you can ever receive more than 1 char at a time from...
View ArticleList Box in Graphics Composer (IanW)
Anyone managed to get ListBoxes to behave under Graphics Composer (Harmony 1.06)? I am able to dynamically populate and display a listbox, however I am have two issues with making it fully functional:...
View ArticleAdding Free RTOS to and creation of _GFX_Tasks task gets stuck allocating...
I have an MPLAB X IDE 3.10 MHC 1.0.6.12 configuration showing graphics created with the graphics composer on the MZ EF and MEBII that is working. I added Free RTOS in the configurator and regenerated....
View ArticleHarmony can not find plib_ports.h (Kipton Moravec)
Harmony generated my sys_ports.h file. In there it has a line:#include "peripheral/ports/plib_ports.h"And I get a warning that it can not find plib_ports.h With a little playing around I determined it...
View Article