I2C transmit issue (Benny32)
Hello everbody,I wrote some code for easy function to transmit and receive data from the I2C bus. I wroted this function with the help of the demo apps and the Harmony help file but I have some...
View ArticlePackage and Share Project (JANickerson)
Mplab X 2.35Windows 8.1 x64Harmony 1.03.01I create a new Harmony Project and get it running code on my Hardware.I Package the project and the zip has an interesting file structure.I do not seem to be...
View ArticleHarmony, PIC 32MZech2048,144 Comparator interrupt (nigel gaia)
HiI am trying to get the comparitor one to trigger an interup.I have setup the V ref and the comparator as below void Compatator1_Initialize(void){ CVRCONbits.CVROE = 0 ;// should be 0 -> Vref is...
View ArticleHarmony TFT002 display controller driver problem (cgphile)
When I try to build a new project using TFT002 driver through the MHC, the generate code fails: Error reading included file...
View ArticleIs it possible to execute a command from a shell script (like bash in linux)...
Hi, I'm working with Harmony, I have FreeRTOS,console, command and several other applications running.Now I have built my own commands that I can launch from the console by typing them manually.Now, if...
View ArticleDifference 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 ArticleHarmony Easy WiFi code hangs at WaitForMgmtResponse() (breinhold)
I'm modifying the Harmony 1.0 wifi_easy_configuration project for the Digilent chipKit MX7 with a PIC32MX795F512L. I've made changes in the code to configure it to use SPI4 instead of SPI 1 and...
View ArticleProblem with USART after power on (D4ve)
Hi,I have a problem with the usart harmony driver.My application only works for me directly after I program the device or if I trigger a MCLR reset but not after plugging in the power supply cable. My...
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 ArticleHow to structure Harmony Apps (Piwi)
Hi, I'm new to Harmony and want to move from MLA to Harmony. What is the best way to structure my app or split it in different parts?I want to develop an harmony app containing different complementary...
View ArticlePIC32MX ADC + DMA in harmony + basic questions (tam1)
Hello, I’m trying to make a little application on the pic32mx795f512l(ethernet starterkit 2), but I can’t get it to work. What I want to achieve is that adc continuously gets the current analog value...
View ArticleWiFi hangs in some cases (Benny32)
Hello everbody, I changed to the new Microchip framework (from MLA to Harmony) because the WiFi driver was unstable. I tested the Harmony wifi driver for a complete week without errors. Now I added...
View ArticleSD problems (with WiFi) (Benny32)
Hello everbody, I'm having troubles using the SDCARD driver from Microchip Harmony. I'm working with the wifi_easy_configuration_demo and modifided it in many cases. The modified software was running...
View ArticleTimer Callback vs Non Callback Question (jtyree)
I have a timer feeding an output compare for PWM in harmony. If I setup the timer using a dummy callback function, I get a nice PWM output. DRV_TMR_Alarm16BitRegister ( appData.handlePWMTimer, 0xFFF0,...
View ArticleUART Mapping for Console and TCP/IP debug (GrahamS)
Hi,Is there a reason why these services don't seem to follow the pattern of selecting the 'instance' instead of the physical UART ???.I have a WiFire board from Digilent, which has a USB interface...
View ArticleHarmony example code in Berkeley_upd_server won’t run in my code. (Don2)
Can someone tell me how to set up the configurator for doing the Berkely upd sever using the app.c and app.h from the Harmony example code? I can get the Berkeley_upd_server example to compile and run...
View ArticleWiFi SPI Problem (wayne_)
I have WiFi on Instance 0 - SPI_ID_1It seems to work OK until I send lots of small packets. I am getting an error in drv_spi.c @ line 583if (DRV_SPI_SYS_QUEUE_AllocElementLock(pDrvObject->queue,...
View ArticleHarmony support for USB CDC Serial Emulator bootloader (Piwi)
I want to hard wire my PIC32MX through USB CDC serial emulator driver to a embedded ARM Linux host system.Is there a USB CDC bootloader (like AN1388) available for PIC32MX795 MCUs and a linux based...
View ArticleHow to read digital input signal from a sensor using PIC32MZ (falak888)
Dear friends, I am new to embedded programmingI am working on a project using Chipkit Wifire board, which has PIC32MZ2O48ECG100I want to read input from a vibration sensor which produce 0-5v digital...
View ArticleHarmony, PIC 32MZech2048,144 Comparator interrupt (nigel gaia)
HiI am trying to get the comparitor one to trigger an interup.I have setup the V ref and the comparator as below void Compatator1_Initialize(void){ CVRCONbits.CVROE = 0 ;// should be 0 -> Vref is...
View Article