CAN Static Driver Harmony 1.06.02 - DRV_CAN0_ChannelMessageReceive not...
There seems to be a Problem with the static CAN-Driver in Harmony 1.06.02. First of all - I'm using no events so far. The Event Handler just clears the interrupt flagDRV_CAN0_ChannelMessageReceive...
View ArticleFeedback: Segger SSL (muellernick)
Hi! I promised you to give some feedback about Segger SSL.Well, some things came in between. Then I had a crash with the bicycle and have torn my right shoulder apart (next time, I'll break my...
View ArticleSDCARD SYS_FS_DirectoryMake [Error] (Acuzio)
Hi, i am working on a project where i need to develop a storage device using an sd card and a fyle system.Hardware development tools:-Explorer16 + PIC32MX795F512L(PIM)+PICTail Board for SD cards...
View ArticleHow to get console messages printed instantaneously? (carmix)
Hi, I'm having some problems with console messages in an application that I'm developing:I need to print on console (which transmits to USART_3) the data that I read on USART_5 from another device.In...
View Article"Harmony folder and project folder must exist on the same logical drive."...
Harmony has a serious stumbling block for corporate use. This issue keeps us from even getting started with Harmony unless someone can suggest a work-around. I hope I can get some help, but it seems...
View ArticleMPLABX Bootloader Plugin Fail, PIC32UBL.exe is OK (Paul PortSol)
Bug: The MPLABX Bootloader Plugin doesn't generate any serial communications, it just times out, it doesn't even open the com port.- MCU32 Bootloader Running.... - Device Connected - Programming...
View ArticleStatic CAN driver message buffer size incorrect (Martin@RevOne)
CAN static driver generates a buffrer for the CAN messages: static CAN_TX_MSG_BUFFER can_message_buffer0; This is not correct, should be static CAN_TX_MSG_BUFFER can_message_buffer0; since...
View ArticlePIC32MZ EC starter kit + SD card module (John58)
Hi everyone, I'm facing a problem which is confusing me. I have the PIC32MZ EC starter kit and i want to run the harmony's example "web_server_sdcard_fatfs" but i cannot buy the MEB II Board and I only...
View ArticleHarmony Demonstrations versus Tutorials (Paul PortSol)
These Labs/Tutorials are great for learning Harmony, definitely where I would recommend to start:- - From these it is easy to see where things come from, and to do it for a different PIC or PCB....
View Articleproduction.hex contains code that is located at addresses that don't exist on...
Hi. I've successfully run the harmony bootloader examples in my ESK I. (Harmony v 1.06) Now I try to build my project with btl_mx.ld file from the project dma_led_pattern...
View ArticlePIC32MZ ADC Touch? (tala895)
Hello, I'm upgrading a graphic application with resistive touch developed for the PIC32MX795F512L with MLA, but now we are moving to the PIC32MZ2048EFM144 with Harmony v1.06.02, looking for some...
View ArticleExample, pmp_lcd, how to avoid the Delay_ms() function? (campbellCustom)
Hi All, Versions: MPLAB X 3.15 - Harmony 1.06.02. - Configurator 1.0.7.9 - Example: pmp_lcd - XC32 1.40 I'm using a pic32mx795F512L with a LCD character display hooked up and working on the parallel...
View ArticleHarmony Troubleshooting & Harmony Beginners (Paul PortSol)
Thought I would start some lists, please add to this post so easy to find.- I was just bit again and figure others probably have been as well (I'm still a noob to Microchip).- Please number the ideas,...
View ArticleWebserver on PIC32MZ2048ECG100 (Pranav S. Paralikar)
Hi, I am working on PIC32MZ2048ECG100 + SMSC LAN8740 based board designed by me. The design is based on the PICMZ Ethernet Starter Kit board. For testing my boards, I took the code...
View ArticleMy MX is playing in Harmony. (Mysil)
After fumbling around in Harmony for some time, a driver for SSD1963 display controller is starting to come together. The board used is a mikromedia+ with a PIC32MX795F512L , SSD1963 display controller...
View ArticleSNMP TRAP TABLE SIZE problem (skynet78)
Hi everybody,I tried to change the TCPIP_SNMP_TRAP_TABLE_SIZE value on the system_config.h from 2 (default value on the example project) to 5After this change the MIB Browser (iReasoning) the first...
View ArticleMultiple LCD displays (asturman)
I have a board with multiple LCD controllers, all driven in parallel with separate chip selects. I would like to use Harmony Graphics Composer to generate multiple screens and assign them to whatever...
View Articleharmony v1.06 -> v1.06.02 upgrade MHC exception (mikemliu)
When upgrading the harmony framework and then generating code via MHC, I get the following exception re Wifi driver template (I am not using any BSP): freemarker.core.InvalidReferenceException:...
View ArticleBootloader Header File missing #ifndef _BOOTLOADER_H ... directives...
Seems that "Bootloader.h" is missing #ifndef _BOOTLOADER_H#define _BOOTLOADER_H..#endif /* _BOOTLOADER_H */ This leads to multiple declarations. Could you pls correct that in a future release? THX...
View ArticleI2S audio questions and comments Harmony v. 1.06 (emarx)
OK here it goes just to start: 1) Is there a reason Harmony won't let you set up an I2S instance for read only or write only? Might be helpful for freeing up unused pins? The driver calls can be set up...
View Article