I am using the USB Host Bootloader working from a USB Stick. I am having issues with missing data. there are small Sections of 0xFFFF in the code. some at very repeatable locations. Originally this was a V1.11 Harmony Application, but I updated to V2.05, ..
↧
MSD HOST USB Stick issues. (NKurzman)
↧
PIC32MZ1024EFG100 new harmony project port pins default to input and analog? (RodoPIC)
Hi all,I was surprised to see that most pins default to input and analog in the pin table (harmony configurator) for a new project. In the smaller PICs (PIC12, PIC16, PIC18 and PIC24) I would set the unused pins to digital, output and driven low. Is this ..
↧
↧
Instantly editable text field? (Digital_Angel)
Harmony v2.05.01, PIC32MX795F512L on a custom board based on the Exp16 layout, MPLAB X IDE v4.15, XC32 compilers v2.05.Powertip 4.3" resistive touch screen, SSD1926 GFX controller. I want a user to be able to enter digits via a keypad that directly begin ..
↧
Why break point are not work in harmony? (roni001)
From the Project Property I set compiler optimization from 1 to Level 0 (do not Optimized) for the compiler XC32-gcc and XC32 g++. still i am getting same issue. at few line of the code i am getting hit. you can see in picture...
↧
Generic Touch Driver as a starting point for a XPT2046 driver? (Volker)
Hi,i have a touch display with an ssd1963 and a xpt2046 controller on it. Now i need a driver for the xpt2046 with SPI communication. What is the best starting point for the driver to use with aria? Thanks!..
↧
↧
PIC32MX + ENC424J600 + Harmony TCP/IP, any experience? (BasePointer)
Hi, We want to use PIC32MX170F256B+ENC424J600 and Harmony TCP/IP stack. But I have some doubts: 1. Harmony seems buggy and not reliable for end product. Is there any chance for me to use Microchip ENC424J600 driver + Harmony TCP/IP stack without Harmony f..
↧
Static or Dynamic USART with modbus? (El_Enthusiast)
Hello,
I have a task including receiving and transmiting a frame of data(request/responce), but I am very confused should I use static or dynamic USART for the task. I am new to Harmony and I would appreciate an advice. I am working with pic32 mz ef, the..
↧
LCC - writing to frame buffer while DMA sending data (alex_elec)
Hi there, Just a quick one, if I have an LCC setup with DMA/PMP on a PIC32MZ outputting display data to an LCD (in DE mode) should I suspend DMA transfers while writing to the frame buffer? Could there be a problem if I was in the middle of writing a pixe..
↧
PIC32MZ cannot quit USART RX IRQ with FreeRTOS (filipe.lima)
Hello, I'm currently working on a project where I'll have to use one USART in interrupt mode running on a FreeRTOS application, however I'm having problems with Harmony configuration (hardware and software specification at the end of the post). I started ..
↧
↧
PIC32MZ cannot quit USART RX IRQ with FreeRTOS (filipe.lima)
Hello, I'm currently working on a project where I'll have to use one USART in interrupt mode running on a FreeRTOS application, however I'm having problems with Harmony configuration (hardware and software specification at the end of the post). I started ..
↧
How to show screen created in graphics composer on TFT? (RodoPIC)
Hi all, I made a project for a PIC32MZ1024EFG100. I'm trying to get a TFT to work with it (EBI). I have it set up for RGB 565. I made a simple test screen (named it mainScreen) in the composer but after saving, generating the code and compiling (no errors..
↧
HTTP Response parser (David Green)
Does anyone know if Harmony has a library to parse HTTP Responses?
Something like
HttpResonse httpResponse;
uint8_t responseBuffer;
uint16_t bufferLength = 1024;
TCPIP_HTTP_ParseResponse(responseBuffer, bufferLength, &httpResponse..
uint8_t responseBuffer;
uint16_t bufferLength = 1024;
TCPIP_HTTP_ParseResponse(responseBuffer, bufferLength, &httpResponse..
↧
USBID pin on PIC32MZ = Careful (Paul PortSol)
Careful with the USBID pin, even if you aren't using it!! I'm not using the USBID pin, so I left the USBID pin unassigned and enabled a pullup on it so it wouldn't be an antenna.Problem: PIC32MZ seems to use the USBID pin even if you leave it unassigned (..
↧
↧
Need support: Connect Pic32 MZ with Harmony I²C/I2C (Mikrobus) and CO² Sensor (Jonas123)
Hi Guys, newbie here. I bought the DM990004 (http://www.microchip.com/....aspx?PartNO=DM990004) IoT Kit for AWS (Amazon Web Services) and want to connect the air quality 3 click board (https://www.mikroe.com/air-quality-3-click) from MikroElektronika on t..
↧
Access Denied?? (BillP)
Is anyone else having problems posting?..
↧
Embedded Host Printer POS Demo is not available in MPLab Harmony (embeddedport)
Hi There, Objective: Printer Interfacing with PIC32MX250F128B (custom board -https://www.sunrom.com/p/serial-uart-to-usb-pen-drive) where printer data is provided through UART.
Tools Used:
MPLab Harmony: v2.05.01
Mplab X Ide: v4.15
I want to inter..
↧
Harmony USB MIDI (AUDIO 1.0) error - USB_DEVICE_AUDIO_RESULT_ERROR_INSTANCE_NOT_CONFIGURED (kenneda)
Hi,I’m attempting to use a PIC32MZ2048EFH144 on a PIC32 EF Starter Kit as a simple MIDI device (using MPLAB X IDE v4.15 and Harmony). It will send MIDI messages to a PC. I have run into a problem, which, after some investigation, I can’t solve. I’ve given..
↧
↧
Support needed: Graphics with PIC32MZ DA (ideasoft)
Hi!I work for a company developing a product with a PIC32MZ1025DAG176, on a custom board. I am using Harmony v2_05_01, MPLAB X v4.15 and XC32 v2.05. The board has to drive a 7" 800x480 display (POWERTIP PH800480T013-ICC02). As a background task it has to ..
↧
Display and touch issues (Ger jackson)
Hi everybody, I am working in resistive touch panel (4 wire), the raw x values increase from left to right and raw y values increase from top to bottom. I have a malfunction with buttons placed in the right side of the display. It happens that when you ho..
↧
Harmony Codec Drivers (Dennisw)
AK4642 Codec Driver.Use: PIC32MZ curiosity development board with AK4642 codec. void DRV_AK4642_MicSet(DRV_HANDLE handle, DRV_AK4642_MIC micInput). This Driver function should change between internal and external (offboard microphones). It is called after..
↧