Single 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 ArticleHow do I restart the stack (andync)
Hi All, How can I reset the TCP stack such that it will do a DHCP request. Calling TCPIP_STACK_Init doesn't force a DHCP request ( according to wireshark). I've tried TCPIP_DHCP_Deinitialize with no...
View ArticlePIC32 Output Compare Harmony (crabbycoder)
I am running the example for Output Compare (oc_pwm) from harmony on a PIC32MZ. According to the harmony help an interrupt is triggered based on the Output Compare PWM. I looked at the...
View ArticleCAN extended frames between PIC32MX and PIC18F using Harmony 1.05 (simd)
I am working on a project involving a CAN bus with one "controller" node powered by a PIC32MX795F512H. This device basically bridges CAN bus communication to Ethernet. I followed the design of the...
View ArticleWorking with HID Bootloader from AN1388 (YG)
I am building PIC32MX470F512H sample USB keyboard app for HID Bootloader from AN1388.Will it work work with harmony application work if I just add the linker script from AN1388?Anyone tried that?..
View ArticleHow do you change the network configuration of a running network in a proper...
My PIC32MZ2048ECM144 project has one ethernet port at my custom board and a http web server running. I am using harmony v1.05, stack version is 7.23. The server delivers some static web page files. And...
View ArticleHow to Display and Remove Dialog Box with Buttons & Text then Restore Screen...
I have searched the Harmony Forum and many of the other forums without success on how to do the following:Display a dialog box with some text and a couple of buttons over existing widgets;Get the...
View ArticleHarmony V1.05 LCC Graphic driver issues. (NKurzman)
in drv_gfx_lcc.cmissing the #ifdef DRV_GFX_USE_LCC_LAYERS void DRV_GFX_LCC_InterfaceSet( DRV_HANDLE handle, DRV_GFX_INTERFACE * interface ) { interface->BarFill = DRV_GFX_LCC_BarFill;...
View ArticleLCD has Lines After upgrade to V1.05 (NKurzman)
After moving from V1.03 to V1.05 the LCD has periodic random lines blinking on the screen.I am using the LCC Driver with external RAM. ( like the MEB II)I assume it is interrupt related, but if anyone...
View ArticleBug in gfx_gol_picture.h in Harmony v1.05 & prior (jcblomquist)
In the file gfx_gol_picture.h, the definition of GFX_GOL_PictureControlmageSet() does not work properly. It as defined as (around line 327): #define GFX_GOL_PictureControlImageSet(pObject, pImage) \...
View ArticleTCP/IP Stack - Support for UDP Multicast? (jkellar)
When, or will, your TCP/IP stack ever support IPv4 (or IPv6) UDP multicast?..
View ArticleHarmony GFX Button with GFX_GOL_BUTTON_TOGGLE_STATE (NKurzman)
GFX_GOL_BUTTON_TOGGLE_STATE = Property bit to indicate object will have a toggle behavior. I would assume that this causes the button to toggle between the Pressed and unpressed state at each press,...
View ArticleSD-card problems ... me too! (no more) (muellernick)
Hi! At least, I'm not alone.Had a short test for the SD card moons ago and it worked. Now, that the complete chain of tasks that actually write to the card do work, I hit a roadblock. My app hangs...
View ArticleHarmony 1.05 TCP/IP Stack - Serial to Ethernet Bridge (Piwi)
Hi, is the Serial to Ethernet Bridge (see MAL 2013-06-15) application module also available in Harmony 1.05?Haven't found it in the MPLAB Harmony Configurator (TCP/IP Stack section) yet. Best,Piwi..
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 ArticleWifi on SPI Pic32MZ (GrahamS)
Hi, OK - so I am building up an app based on a Digilent Wi-Fire board. This board has a MRF24WG0MA module fitted on SPI4. I have added the WiFi driver, and the TCPIP stack. Pointed the stack at the...
View ArticleDivided by zero (pitman)
Hi I success make simple project for blink a led. Now I try add sysconsole and command processor via USB-CDC device for PIC32MZ Wi-Fire board. I reconfigured Harmony config for do it. Build success,...
View ArticleMRF24WG0MA and SPI (wayne_)
Hi, I am having a problem with the WiFi Spi, I keep getting "SPI Driver: Error trying to get a free entry".I enabled the _SPI_DRV_SYS_QUEUE_TRACKING and an output is posted below. To me this looks like...
View ArticleSDcard write problem with msd basic sdcard reader (cl29200)
Hello all :) With harmony v4.02 i've implemented an sd card reader with my pic32.I've used msd basic project from examples and add sdcard from harmony configurator.I've replaced nvm driver to sdcard in...
View ArticleHarmony v3.05 Graphics Library Configurator not generating...
I'm having some difficulty with the Graphics Library Composer generating the gfx_hgc_definitions source files from framework/gfx/config/gfx.hconfig. I built a custom driver for an ILI9340 based...
View Article