[solved] DDR SCL failed (marelcom)
Hi I developt my Application on the StarterKit PIC32MZ2064DAG169 with MEBIIThe Application runs fine. Now I started to adapt this application to our target with a PIC32MZ2025DAG176It seems that on this...
View Articleliveupdate on a32MZ (ffb.boy.30)
Hi,I would like to add tha capability to upgrade my code of my PIC32MZ.Actually I work with the udp bootloader. I saw the liveupdate for PIC32 is there some sample code to test it ? Thanks you..
View ArticlelaLineWidget_SetStartPoint issue (rvansche)
Hi, I have programmatically added a line widget and it is working fine as long as the x/y coordinates of the laLineWidget_SetStartPoint are both smaller than the laLineWidget_EndStartPoint x/y...
View ArticlePIC32MZ2064DAB176 ADC interrupt (sridhar)
Dear all, I am working on the ADC driver on PIC32MZ2064DAB176 microcontroller. I have used the Harmony Configurator to configure the ADC module. I am using a custom board designed for the project. I...
View Articleliveupdate on a32MZ (ffb.boy.30)
Hi,I would like to add tha capability to upgrade my code of my PIC32MZ.Actually I work with the udp bootloader. I saw the liveupdate for PIC32 is there some sample code to test it ? Thanks you..
View ArticlelaLineWidget_SetStartPoint issue (rvansche)
Hi, I have programmatically added a line widget and it is working fine as long as the x/y coordinates of the laLineWidget_SetStartPoint are both smaller than the laLineWidget_EndStartPoint x/y...
View ArticleFocaltech FT5316 capacitive touch (jiggoly)
Hi, first of all the background: - Custom board with PIC32MZ2064DAG176- 800x480 WVGA display with FT5316 touch panel attached.- Touch panel connected to I2C_ID_1 (RA14, RA15).- INT connected to RD7...
View ArticleProject fails to build after adding Harmony Flash driver (mjbart53)
I am using Harmony 2.05.01 and MHC 2.05.02. I wanted to add the Harmony Flash driver to my project which is running on the P32MZ EF starter kit.I opened up the MHC and checked the Drivers\Flash\Use...
View ArticlePIC32MZDA FRC setting for ADC (sridhar)
Hi All, I am using the PIC32MZ2064DAB176 microcontroller and I am working on the ADC module. I am using the Harmony configurator for ADC configuration. As per the PIC32MZDA Family datasheet, the value...
View ArticleHarmony V2.06 (Shishi)
Hi everyonei am using harmony V2.06,using TCPIP with http for wifi(spi2) and ethernet(spi1),uart(modbus RTU),RTCC,Flash memory and Eeprom with custom board.using PIC32MZ2048EFM144.system clock freq is...
View ArticleTCP client example not working by enabling MSD in USB (aruner92)
Hi, i am trying to merge the http client tcp and msd usb demo.tcp and msd usb demo app works fine individually.when i try to add the usb stack(not writing any code) just enabling the usb stack as msd...
View ArticleAdditions To Harmony Drivers ? (_pA89)
Harmony Drivers are good, simplify work considerably: These Additions Could Make It Further Better1) For Lower Power Consumption --- Provision For These in Drivers 1.1. USD Card: Power Down &...
View ArticleIt's the hardware! (BillP)
In the ongoing conversation between whether it is a hardware or software bug, I always hope it is hardware but accept the fact that it is usually software causing the problem. So here is my dilemma......
View ArticleUSB_CDC console generated code misuse of USB_DEVICE_ATTACH function ?? (Fadi...
HiFrom MPLAB Harmony Framework Reference, the USB_DEVICE_Attach Function description:"This function will attach the device to the USB. It does this by enabling the pull up resistors on the D+ or D-...
View ArticleSPI with DMA maximum transfer size (Fadi Hammoud)
I've got some code that will write out data to a GLCD via Harmony, using SPI and DMA. I ran across a problem- whenever I made my transfer array greater than 2048 bytes, the code would fail. I had set...
View ArticleSST26VF064 SQI library issues (SScheiff)
I have been having issues with the SST26 driver library and I don't seem to be able to resolve them permanently. I am going by the help file that is included in the Harmony 2.06 stack and implemented a...
View ArticleSOLVED - PIC32MZ USB MSD example (SScheiff)
I am trying to get the MSD basic example to work on my custom board to verify that my hardware is correct. I have been able to successfully run the example on the PIC32MZ starter kit, so I know the...
View ArticleHow to use textfield laString in outside GFX (Sathya Kiruba)
I'm working on a project with PIC32MZ EF kit and using harmony configurator v2.06. i got the text entered on a textfield widget using laTextFieldWidget_GetText. but i need to use that text outside the...
View ArticleHarmony USB Device Vendor configuration (Blue_Key)
I'm trying to use the "Vendor" USB device class with the configuration of Harmony and the sample project on the harmony 2.05 samples on a PIC32MK. I was able to test run the CDC serial sample port and...
View ArticleUSB Host HID Mouse: Erratic wrong xy data with 12bit X/Y mouse reports...
Bugreport: Harmony V2.06 Framework; USB Host; HID Mouse File: usb_host_hid_mouse.c Function: void _USB_HOST_HID_MOUSE_Task (USB_HOST_HID_OBJ_HANDLE handle) Subject: Under certain circumstances...
View Article