Yet more PIC32MZ ADCP Problems! (jgvicke)
Hey everyone. I have an application where I am running the TCP/IP stack for human interface. In the background I am running an interrupt at 5KHz to run an embedded system. I have all of that running...
View ArticleHarmony "system_config.h"file missing (MKC)
Harmony create new empty project error : “system_config.h”missingI guess this is a bug or I am missing something or Harmony is not working out of the box VersionsHarmony V1.03MplabX 2.3XC 1.34 Do the...
View ArticleCan you do this???? (btaylor147)
With harmony (1.03) and MZ family can you still use this types of instructions: (Maybe I've missed a document)LATAbits.LATA0error: 'LATAbits' undeclared (first use in this function) If I include the...
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 ArticleMPLABX Harmony V1.03 and GDD V2x (ToshCom)
Hi,Perhaps this question may be asked before but I sure can't find answers for my problem.Also, please, anything helps.I just started using the GDD graphics with LCC 480x272 display...
View ArticleHow to create separate events for read and write in USART dynamic driver?...
I have an application in which I need to receive and write data simultaneously (like in Full Duplex). So in order: I create an Usart Handle:app.usartHandle =...
View ArticleInvalid MPLAB Harmony Root Directory?? (andync)
Hi,I have a couple of projects running in harmony but wanted to use wifi so I generates a test project using the configurator. If I close MPLABX and restart it I can't reuse the configuration tool and...
View ArticlePIC32MZ EC STARTER + PICtail Board for SD + Harmony (andy_n)
Hi, It's complicated: PIC32MZ EC STARTER (dm320006-c) + PIC32MZ EC Adaptor Board (ac320006) + Starter Kit I/O Expansion Board (dm320002)+ PICtail Board for SD & MMC (ac164122) see photo. I can get...
View ArticleWiFi with stack: possible config issues (andync)
Hi All, I've got some new hardware to test with the MRF24W module fitted. I've created a project using the configurator but I'm having problems.I created the project to use SPI2 with HTTP server, TCP...
View ArticleHarmony 1.03 - error in system_interrupt_a.S generation (carmix)
Hi, this is a stupid error, but an annoying one because it keeps showing anytime I regenerate my Harmony Configuration:Hi have a SPI in my project and in the system_interrupt_a.S there is an error on...
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 ArticleHarmony Pin diagram : bad package (Toussaic)
Hello, I'm using a PIC32MX270F256B, QFN package, on a custom card and I try to recreate a previous project using Harmony. This is my first project using Harmony. The package in the Pin Diagram tab is...
View ArticlePIC32MZ ADC Setup Issue (jgvicke)
I am trying to set up the ADC module on the PIC32MZ, and can't seem to get the code to work. Anyone see any problems? This code should set up the scan module to read AN9 (sw3 on the ESK), then repeat a...
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 Jpeg decoder ImageDecode wStartx wStarty issue (MKC)
Using the Jpeg decoder in harmony v1.03 Function ImageDecode using wStartx en wStarty equal to zero and the image looks perfectSetting the wStartx and wStarty to another value and the image is...
View ArticleDM320004 Ethernet Start Kit with Harmony ? (david_AVD)
As background, I have a basic working knowledge of using C and MPLABX with 8-bit micros. I have a DM320004 (not the -2 version) Ethernet Start Kit that I'd like to try with Harmony. Is there a tutorial...
View ArticleUSART only works after programming or reset (D4ve)
Hello Microchip Community! I want to communicate with my ESP2866 WLAN module via UART. I am using MPLAB XIDE 2.3 and harmony version 1.03.After my application has opend the UART Handle successfully (I...
View ArticleHarmony Configurator error linux (iross)
There is an problem using harmony configurator when selecting I2C driver the generated code will not add any code to system_init.c, system_tasks.c or system_interrupt.c and then removes the files from...
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 ArticleHarmony LCC DMA issue PIC32MZ (MKC)
Setup : Simple application with Host USB and LCC driver for LCDIssue : An exception due to jump to 0x0000-0000, this can take up to 16 hours before the issue occurs. After days of reverse engineering i...
View Article