SD Card redetect problem (manni)
Hello, i have an app with PC32MZ and Harmony V1.03.I have implemented the SC-Card like example "sdcard_fat_single_disk".The card will be detectet and can be read and write, all seems ok. But when i...
View ArticleHarmony Code Configurator ~ TCPIP / WIFI / HTTP + SDCARD (mdex)
Just wondering if anyone has tried the Harmony Code Configurator to create a project with the following:-TCPIP Stack - HTTP ServerSDCARD ~ FATFSMRF24W ~ SPI WIFI Module Reason I ask, is that I haven't...
View ArticleDM320015 touchscreen problems (ToshCom)
I am trying to get the touchscreen to work but haven't had much luck again.I am using Microchip Harmony configuration setup with DM320015 GDD dev board. The display graphics works but touch isn't...
View Article[SOLVED] Harmony 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 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 - MPFS2 - web pages to mpfs.c (ziounclesi)
Hello,I am migrating a webserver project from PIC32MX using MPFS2 to PIC32MZ using Harmony + MPFS2.I know more about web pages than microcontrollers. I am experimenting with the PIC32MZ Ethernet...
View ArticleWhy is 'Use PIC32MX795F512H Peripheral Library' disable? (DominusT)
Hi. I started trying to familiarize myself with MPLAB Harmony and tried to use the MHC for a simple example with the UART. After generating the code I tried again to open the MCH to change some things...
View Articlefeedback for harmony and MPLAB X IDE (marcel63)
Dear microchip,I am taking the effort to give some feedback on the harmony product version 1.0 and MPLAB X IDE 2.26. Might be that this is not the right place but in that case the moderator can remove...
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 ArticleHarmony Configurator - File Generation hangs (stuart lynne)
I'm trying to get up to speed with Harmony so that I can migrate some existing MPLAB X projects.Currently just trying to create a test application for the Pic32 Ethernet Starter Kit. After creating the...
View ArticleHarmony 1.0 : PIC32_ETH_WEB_SERVER project, PIC32MZ EC starterkit...
I have the DM320004 ethernet starter kit.Are the LED lines also shared with the ethernet lines?The LED's work fine with earlier release of the Demo software...
View ArticlePIC32MZ and Harmnoy (philipj451)
Well I have just bought myself an Explorer16 and the PIC32MZ2048ECH100 PIM module to see what it can do. The first thing I find is there is very little choice but to use Harmony to build projects!...
View ArticleHamony 1.03.01 SDCARD (h.thierry)
Hello evryone,With MLA I have never encountered any problems with the picmx795f512l and sdcard but with harmony , I cannot read or write on it. In the function DRV_SDCARD_Tasks the task...
View ArticlePIC32 16bit SPI Problem (Jellomoldbrain)
I am writing code to operate SPI4 on a PIC32MX795f512L (PIC32 USB Starter kit 2). I had not been able to see anything work so I strip down the code to the bare vanilla driver so I could find the...
View ArticleHow to Get SPI Select Line Allocated By Harmony In SPI Master Mode? (Michael...
Working with the most recent version 1.0.3 of Harmony I am seeing a problem of with the Pin Configurator tool. In my application I need to have the PIC32MZ part generate a SPI Select Signal that...
View ArticleHARMONY: PIC32MX: ICD3: Target device was not found (niruhegde)
Hi all,I started working on Harmony. Smile: I configured all the things. (Image attached). And Using a ICD3 just trying to connect my target board. (Schematic attached).Target board powered externally...
View ArticlePIC32MZ static i2c error (picuser)
I added a single static i2c driver in Harmony. When I try to compile I get this error: ../src/system_config/default/framework/driver/i2c/src/drv_i2c_static.c:246:38: error: 'I2C_ID_2' undeclared (first...
View ArticleNeed help by PIC32MZ Flash writing (Benny32)
Hello everbody, I need a bit help by writing to the Flash of the PIC32MZ with Microchip Harmony. I looked in the Microchip Harmony documentation and PIC32MZ Family data sheet but I still have issues....
View ArticleSYS_TMR_DelayMS adds (11%) to requested time delay (MKC)
The time delay is not accurate it adds about 11% to the requested time.delay 5000 ms gives 5556 msdelay 3000 ms gives 3334 msdelay 2000 ms gives 2223 ms Measurement confirmed by hardware and checking...
View ArticleSetting up new pins in Harmony (pumperthruster)
I can't get the pin table in Harmony to register my new output pins that I have added the the default board support package(bsp)I am playing around with the demo, pic32_eth_web_server, and the pic32...
View Article